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 /build/scripts/gen_aar_gradle_script.py | |
parent | 4622d99ef2ccdd757e45ef4f49e571fca3d462d0 (diff) | |
download | ydb-bf60d0e928d8fff688ee6e42123b7620296e73db.tar.gz |
up minSdkVersion to 26
5ebefdb42da5a6118db1c0f98f25231c63fef96e
Diffstat (limited to 'build/scripts/gen_aar_gradle_script.py')
-rw-r--r-- | build/scripts/gen_aar_gradle_script.py | 2 |
1 files changed, 1 insertions, 1 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' |