diff --git a/app/build.gradle b/app/build.gradle index f3bb6d7..8f213ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,14 +82,14 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' - implementation 'androidx.navigation:navigation-fragment-ktx:2.6.0' - implementation 'androidx.navigation:navigation-ui-ktx:2.6.0' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.0' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.0' implementation 'androidx.room:room-runtime:2.5.2' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' - implementation 'androidx.preference:preference-ktx:1.2.0' + implementation 'androidx.preference:preference-ktx:1.2.1' ksp 'androidx.room:room-compiler:2.5.2' implementation 'androidx.work:work-runtime-ktx:2.8.1' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.6.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' // DO NOT UPDATE (minSdkVersion updated) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1de1855..352730a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -124,7 +124,7 @@ Scan Result Select Deselect - Update on App Installed/Updated + Update on China App Installed/Updated Import profile Are you sure to import profile %s? iCloud profile is not support on current platform diff --git a/build.gradle b/build.gradle index d5db01f..124bca1 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { } plugins { - id 'com.android.application' version '8.1.0' apply false - id 'com.android.library' version '8.1.0' apply false + id 'com.android.application' version '8.1.1' apply false + id 'com.android.library' version '8.1.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1487148..79b86cd 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue Jun 27 11:41:40 CST 2023 +#Sun Aug 20 19:43:30 CST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists