File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments