Browse Source

Android: rase minimal supported sdk

newer ndk supports kitkat+ only
master
Alexander Epaneshnikov 2 years ago
parent
commit
440fc08a0d
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      android/build.gradle

+ 2
- 2
android/build.gradle View File

@@ -65,10 +65,10 @@ preBuild.dependsOn createDataVersion


android {
compileSdkVersion 26
compileSdkVersion 33

defaultConfig {
minSdkVersion 14
minSdkVersion 19
targetSdkVersion 26
versionCode 22
versionName "1.52-dev"

Loading…
Cancel
Save