File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ apply from: 'tinker-support.gradle'
8
8
9
9
android {
10
10
compileSdkVersion rootProject. ext. android. compileSdkVersion
11
+ buildToolsVersion rootProject. ext. android. buildToolsVersion
11
12
12
13
defaultConfig {
13
14
applicationId " com.cxz.wanandroid"
@@ -55,13 +56,6 @@ android {
55
56
variant. outputs. all {
56
57
outputFileName = " WanAndroid-release.apk"
57
58
}
58
- // variant.outputs.all { output ->
59
- // def outputFile = output.outputFile
60
- // if (outputFile != null && outputFile.name.endsWith('.apk')) {
61
- // def fileName = "WanAndroid-release.apk"
62
- // outputFileName = fileName
63
- // }
64
- // }
65
59
}
66
60
}
67
61
debug {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
// maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
8
8
google()
9
9
jcenter()
10
- // mavenCentral()
10
+ mavenCentral()
11
11
}
12
12
dependencies {
13
13
classpath ' com.android.tools.build:gradle:3.5.2'
@@ -26,6 +26,7 @@ allprojects {
26
26
// maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
27
27
google()
28
28
jcenter()
29
+ mavenCentral()
29
30
maven { url " https://jitpack.io" }
30
31
}
31
32
}
Original file line number Diff line number Diff line change 72
72
" flow-layout" : ' com.hyman:flowlayout-lib:1.1.2' ,
73
73
" eventbus" : ' org.greenrobot:eventbus:3.1.1' ,
74
74
// "bugly" : 'com.tencent.bugly:crashreport:3.1.0',
75
- " bugly-crash-up" : ' com.tencent.bugly:crashreport_upgrade:1.4.2 ' ,
75
+ " bugly-crash-up" : ' com.tencent.bugly:crashreport_upgrade:1.5.23 ' ,
76
76
// 指定tinker依赖版本(注:应用升级1.3.5版本起,不再内置tinker)
77
- ' tinker' : ' com.tencent.tinker:tinker-android-lib:1.9.14.3 ' ,
77
+ ' tinker' : ' com.tencent.tinker:tinker-android-lib:1.9.14.16 ' ,
78
78
// 'nativecrashreport' : 'com.tencent.bugly:nativecrashreport:3.7.1',//latest.release
79
79
" swipeback" : ' com.cxz:swipeback:1.0.1' ,
80
80
" material-dialogs" : ' com.afollestad.material-dialogs:commons:0.9.4.4' ,
You can’t perform that action at this time.
0 commit comments