Skip to content

Commit

Permalink
android: bump sdk to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Jun 17, 2024
1 parent ac9549c commit 57129a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

buildscript {
ext {
buildToolsVersion = "29.0.2"
buildToolsVersion = "30.0.0"
minSdkVersion = 16
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
kotlin_version = '1.7.21'
}
repositories {
Expand Down

0 comments on commit 57129a9

Please sign in to comment.