diff --git a/android/build.gradle.kts b/android/build.gradle.kts index c284bab2c5..b99f268179 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -129,7 +129,7 @@ dependencies { // Updating to latest version would require upgrading sourceCompatibility and targetCompatibility to 1_8, and targetSdk to 31 - // run `./gradlew build --scan` to see details // Known Android Lint warning: "GradleDependency" - implementation("androidx.core:core-ktx:1.7.0") + implementation("androidx.core:core-ktx:1.6.0") implementation("androidx.work:work-runtime-ktx:2.6.0") // Needed to convert e.g. Android 26 API calls to Android 21 // If you remove this run `./gradlew :android:lintDebug` to ensure everything's okay.