升级Kotlin版本
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
ext {
|
ext {
|
||||||
time = ""
|
time = ""
|
||||||
kotlin_version = "1.4.20"
|
kotlin_version = "1.4.31"
|
||||||
android = [
|
android = [
|
||||||
launcherApplicationId : "com.mogo.launcher",
|
launcherApplicationId : "com.mogo.launcher",
|
||||||
independentApplicationId : "com.mogo.launcher.app",
|
independentApplicationId : "com.mogo.launcher.app",
|
||||||
@@ -20,7 +20,7 @@ ext {
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
// androidx
|
// androidx
|
||||||
androidxappcompat : "androidx.appcompat:appcompat:1.3.1",
|
androidxappcompat : "androidx.appcompat:appcompat:1.3.1",
|
||||||
androidxccorektx : "androidx.core:core-ktx:1.6.0",
|
androidxccorektx : "androidx.core:core-ktx:1.5.0",
|
||||||
androidxconstraintlayout : "androidx.constraintlayout:constraintlayout:2.1.0",
|
androidxconstraintlayout : "androidx.constraintlayout:constraintlayout:2.1.0",
|
||||||
boostmultidex : "com.bytedance.boost_multidex:boost_multidex:1.0.1",
|
boostmultidex : "com.bytedance.boost_multidex:boost_multidex:1.0.1",
|
||||||
androidxviewpager2 : "androidx.viewpager2:viewpager2:1.0.0",
|
androidxviewpager2 : "androidx.viewpager2:viewpager2:1.0.0",
|
||||||
@@ -47,8 +47,8 @@ ext {
|
|||||||
rxjava : "io.reactivex.rxjava2:rxjava:2.2.2",
|
rxjava : "io.reactivex.rxjava2:rxjava:2.2.2",
|
||||||
rxandroid : "io.reactivex.rxjava2:rxandroid:2.1.0",
|
rxandroid : "io.reactivex.rxjava2:rxandroid:2.1.0",
|
||||||
// arouter
|
// arouter
|
||||||
arouter : "com.alibaba:arouter-api:1.5.0",
|
arouter : "com.alibaba:arouter-api:1.5.2",
|
||||||
aroutercompiler : "com.alibaba:arouter-compiler:1.2.2",
|
aroutercompiler : "com.alibaba:arouter-compiler:1.5.2",
|
||||||
// glide
|
// glide
|
||||||
glide : 'com.github.bumptech.glide:glide:4.8.0',
|
glide : 'com.github.bumptech.glide:glide:4.8.0',
|
||||||
glideokhttp3 : 'com.github.bumptech.glide:okhttp3-integration:4.8.0',
|
glideokhttp3 : 'com.github.bumptech.glide:okhttp3-integration:4.8.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user