Skip to content

Commit

Permalink
fix: kotlin_version
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Nov 17, 2023
1 parent 12565ba commit 2e7726a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ buildscript {
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = "1.7.22"

// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
kotlin_version = "1.8.0"
ndkVersion = "25.2.9519653"
}
repositories {
google()
Expand All @@ -18,7 +16,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand Down

0 comments on commit 2e7726a

Please sign in to comment.