android: make sdk higher

This commit is contained in:
Kesha Antonov
2023-11-03 12:25:21 +03:00
parent 396bb3f6c8
commit cc6cc0c91e
+2 -2
View File
@@ -8,11 +8,11 @@ def safeExtGet(prop, fallback) {
android { android {
namespace "com.eko" namespace "com.eko"
compileSdkVersion safeExtGet('compileSdkVersion', 33) compileSdkVersion safeExtGet('compileSdkVersion', 34)
defaultConfig { defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 21) minSdkVersion safeExtGet('minSdkVersion', 21)
targetSdkVersion safeExtGet('targetSdkVersion', 33) targetSdkVersion safeExtGet('targetSdkVersion', 34)
versionCode 1 versionCode 1
versionName '1.0' versionName '1.0'
ndk { ndk {