Skip to content

Commit 42dca12

Browse files
committed
1:修改Gradle配置文件;
2:替换girl显示图片为手势控制图片。
1 parent 4815327 commit 42dca12

File tree

11 files changed

+96
-729
lines changed

11 files changed

+96
-729
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ ext {
4343
javaVersion = JavaVersion.VERSION_1_8
4444

4545
// App dependencies version
46-
supportLibraryVersion = "25.3.0"
46+
supportLibraryVersion = "25.3.1"
4747
retrofitVersion = "2.1.0"
4848
glideVersion = "3.7.0"
4949
loggerVersion = "1.15"
5050
eventbusVersion = "3.0.0"
5151
gsonVersion = "2.8.0"
52+
photoViewVersion = "2.0.0"
5253

53-
//不成熟开源库,需经常检查升级版本
54-
compilerVersion = "1.1.7"
54+
//需检查升级版本
55+
annotationProcessor = "1.1.7"
5556
routerVersion = "1.2.2"
5657
easyRecyclerVersion = "4.4.0"
5758
cookieVersion = "v1.0.1"
58-
5959
toastyVersion = "1.1.3"
6060
}

lib_common/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ dependencies {
2828
compile "com.orhanobut:logger:$rootProject.loggerVersion"
2929
compile "org.greenrobot:eventbus:$rootProject.eventbusVersion"
3030
compile "com.google.code.gson:gson:$rootProject.gsonVersion"
31-
//不稳定的
32-
compile "com.github.mzule.activityrouter:activityrouter:$rootProject.routerVersion"
33-
compile "com.jude:easyrecyclerview:$rootProject.easyRecyclerVersion"
31+
compile "com.github.chrisbanes:PhotoView:$rootProject.photoViewVersion"
3432

33+
compile "com.jude:easyrecyclerview:$rootProject.easyRecyclerVersion"
3534
compile "com.github.GrenderG:Toasty:$rootProject.toastyVersion"
35+
36+
//router
37+
compile "com.github.mzule.activityrouter:activityrouter:$rootProject.routerVersion"
3638
}

0 commit comments

Comments
 (0)