From f56c44f9f047c2039bd14eafb7258739845101af Mon Sep 17 00:00:00 2001 From: mingjue Date: Tue, 9 Nov 2021 20:45:40 +0800 Subject: [PATCH] upgrade version --- app/build.gradle | 14 +++++++------- fantasy/build.gradle | 2 +- foundation/build.gradle | 2 +- pandora/build.gradle | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c867ac5..6be81de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,16 +35,16 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.3.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'com.google.android.material:material:1.4.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation project(path: ':pandora') implementation project(path: ':fantasy') implementation project(path: ':foundation') // implementation 'androidx.legacy:legacy-support-v4:1.0.0' - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file diff --git a/fantasy/build.gradle b/fantasy/build.gradle index 0564c8b..53b8ff4 100644 --- a/fantasy/build.gradle +++ b/fantasy/build.gradle @@ -35,7 +35,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.13.2' diff --git a/foundation/build.gradle b/foundation/build.gradle index 0564c8b..53b8ff4 100644 --- a/foundation/build.gradle +++ b/foundation/build.gradle @@ -35,7 +35,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.13.2' diff --git a/pandora/build.gradle b/pandora/build.gradle index ed0c6c6..5765a15 100644 --- a/pandora/build.gradle +++ b/pandora/build.gradle @@ -38,7 +38,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.13.2'