Skip to content

Commit

Permalink
Update compileSdkVersion and targetSdkVersion to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
willyfromtheblock committed Mar 24, 2024
1 parent 7f7f65b commit 6b34011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext.kotlin_version = '1.7.21'
ext {
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
appCompatVersion = "1.1.0"
}

Expand Down

0 comments on commit 6b34011

Please sign in to comment.