Skip to content

Commit

Permalink
chore: android kotlin version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-devHong committed May 7, 2024
1 parent 32b062d commit 42fe45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repositories {
google()
}

def kotlin_version = "1.8.0"
def kotlin_version = getExtOrDefault("kotlinVersion")

dependencies {
// For < 0.71, this will be from the local maven repo
Expand Down

0 comments on commit 42fe45f

Please sign in to comment.