Skip to content

Commit

Permalink
Update more Android build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed May 13, 2024
1 parent 48877c6 commit bdae32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/platforms/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'

android {
namespace "net.themaister.granite"
compileSdkVersion 33
compileSdkVersion 34
buildFeatures.prefab true

defaultConfig {
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
}
}

Expand Down

0 comments on commit bdae32d

Please sign in to comment.