diff --git a/FabricExample/android/build.gradle b/FabricExample/android/build.gradle index 34ea71819..08505caef 100644 --- a/FabricExample/android/build.gradle +++ b/FabricExample/android/build.gradle @@ -6,6 +6,7 @@ buildscript { minSdkVersion = 21 compileSdkVersion = 33 targetSdkVersion = 33 + kotlinVersion = "1.6.0" // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP. ndkVersion = "23.1.7779620" diff --git a/android/gradle.properties b/android/gradle.properties index f79cff289..caf9b4b7a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,4 +1,4 @@ -KeyboardController_kotlinVersion=1.6.21 +KeyboardController_kotlinVersion=1.8.22 KeyboardController_compileSdkVersion=33 KeyboardController_targetSdkVersion=33 KeyboardController_minSdkVersion=16 diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index da9702f9e..53b9e3802 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists