Skip to content

Commit

Permalink
Update Android targetSdkVersion to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
elix22 committed Mar 3, 2024
1 parent af33aea commit c44a37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/UrhoCooker/Templates/Android/build_gradle_lean.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "%TEMPLATE_UUID%"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode %VERSION_CODE%
versionName "%VERSION_NAME%"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit c44a37b

Please sign in to comment.