Skip to content

Commit 1ae7762

Browse files
committed
构建升级
1 parent 5ce1e57 commit 1ae7762

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ buildscript {
1111
}
1212

1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:3.2.1'
14+
classpath 'com.android.tools.build:gradle:3.3.3'
1515
classpath "com.bihe0832.android:GradleDependenciesCheck:1.1.0"
16-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50"
16+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71"
1717
}
1818
}
1919

config.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@ ext {
5050
android_arch_persistence_version = '1.1.1'
5151
robolectricVersion = '3.3.2'
5252

53-
aaf_version ='3.6.7'
53+
aaf_version ='3.7.9'
54+
aaf_router_version = '3.7.9'
55+
5456
}

dependencies.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ext.moduleInfo = [
3939

4040
],
4141
"specialdependenciesList": [
42-
"kapt": ["com.bihe0832.android:lib-router-compiler:2.7.2"]
42+
"kapt": ["com.bihe0832.android:lib-router-compiler:${project.aaf_router_version}"]
4343
]
4444
],
4545
"Application" : [
@@ -49,10 +49,12 @@ ext.moduleInfo = [
4949
'com.squareup.okhttp3:okhttp:3.9.1',
5050
'com.squareup.okhttp3:logging-interceptor:3.8.0',
5151
'com.squareup.retrofit2:retrofit:2.4.0',
52-
'com.squareup.retrofit2:converter-gson:2.4.0'
52+
'com.squareup.retrofit2:converter-gson:2.4.0',
53+
"org.jetbrains.kotlin:kotlin-stdlib:${project.kotlin_version}"
54+
5355
],
5456
"specialdependenciesList": [
55-
"kapt": ["com.bihe0832.android:lib-router-compiler:2.7.2"]
57+
"kapt": ["com.bihe0832.android:lib-router-compiler:${project.aaf_router_version}"]
5658
]
5759
],
5860
"BaseCard" : [
@@ -65,7 +67,7 @@ ext.moduleInfo = [
6567
"BaseCard"
6668
],
6769
"specialdependenciesList": [
68-
"kapt": ["com.bihe0832.android:lib-router-compiler:2.7.2"]
70+
"kapt": ["com.bihe0832.android:lib-router-compiler:${project.aaf_router_version}"]
6971
]
7072
]
7173
]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://mirrors.tencent.com/gradle/gradle-4.6-all.zip
6+
distributionUrl=https\://mirrors.tencent.com/gradle/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)