diff options
author | kmartynkov <kmartynkov@yandex-team.com> | 2024-06-17 15:15:20 +0300 |
---|---|---|
committer | kmartynkov <kmartynkov@yandex-team.com> | 2024-06-17 15:28:01 +0300 |
commit | bf60d0e928d8fff688ee6e42123b7620296e73db (patch) | |
tree | 303086d8ff2ea8102e9212d1aa450374bf6092f3 | |
parent | 4622d99ef2ccdd757e45ef4f49e571fca3d462d0 (diff) | |
download | ydb-bf60d0e928d8fff688ee6e42123b7620296e73db.tar.gz |
up minSdkVersion to 26
5ebefdb42da5a6118db1c0f98f25231c63fef96e
-rw-r--r-- | build/scripts/gen_aar_gradle_script.py | 2 | ||||
-rw-r--r-- | build/scripts/gen_test_apk_gradle_script.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/scripts/gen_aar_gradle_script.py b/build/scripts/gen_aar_gradle_script.py index 344f2606f7..edb38861a3 100644 --- a/build/scripts/gen_aar_gradle_script.py +++ b/build/scripts/gen_aar_gradle_script.py @@ -48,7 +48,7 @@ ext.compileOnlyAndroidArs = [ {compile_only_aars} ] -def minVersion = 23 +def minVersion = 26 def compileVersion = 33 def targetVersion = 33 def buildVersion = '33.0.0' diff --git a/build/scripts/gen_test_apk_gradle_script.py b/build/scripts/gen_test_apk_gradle_script.py index 0c37ae6818..7ee2fb01b3 100644 --- a/build/scripts/gen_test_apk_gradle_script.py +++ b/build/scripts/gen_test_apk_gradle_script.py @@ -71,7 +71,7 @@ android {{ }} defaultConfig {{ - minSdkVersion 23 + minSdkVersion 26 targetSdkVersion 33 applicationId "{app_id}" }} |