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





android { android {
compileSdkVersion 26 compileSdkVersion 33


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

Loading…
Cancel
Save