Skip to content

Commit

Permalink
target android 33
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Oct 22, 2023
1 parent 3bf5bfe commit a16c701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ plugins {

android
{
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "30.0.3"
viewBinding.enabled = true
ndkVersion "19.2.5345600"

defaultConfig
{
minSdkVersion 14
targetSdkVersion 31
targetSdkVersion 33
ndk {
abiFilters 'armeabi-v7a', 'x86', 'armeabi', 'arm64-v8a', 'x86_64'
}
Expand Down

0 comments on commit a16c701

Please sign in to comment.