Skip to content

Commit

Permalink
fix: update kotlin version to 1.8.0 (#19)
Browse files Browse the repository at this point in the history
Support RN 0.72
  • Loading branch information
Nasseratic authored Jul 11, 2023
1 parent db2c240 commit 9a20f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
// Buildscript is evaluated before everything else so we can't use getExtOrDefault
def kotlin_version = "1.6.20"
def kotlin_version = "1.8.0"

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VolumeManager_kotlinVersion=1.6.20
VolumeManager_kotlinVersion=1.8.0
VolumeManager_compileSdkVersion=33
VolumeManager_targetSdkVersion=33

Expand Down

0 comments on commit 9a20f64

Please sign in to comment.