diff options
author | vgavrilev <vgavrilev@yandex-team.ru> | 2022-02-10 16:51:42 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:42 +0300 |
commit | 176ca034b242b7030e561de0e16d0d3cfd3f8919 (patch) | |
tree | 242335d4ba9f0df32b918e389ed04c253bd66ed4 /build/scripts/gen_aar_gradle_script.py | |
parent | e77e87a095c6ec945033b15bade830911289497c (diff) | |
download | ydb-176ca034b242b7030e561de0e16d0d3cfd3f8919.tar.gz |
Restoring authorship annotation for <vgavrilev@yandex-team.ru>. Commit 1 of 2.
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 4594e67278..b3105f7601 100644 --- a/build/scripts/gen_aar_gradle_script.py +++ b/build/scripts/gen_aar_gradle_script.py @@ -49,7 +49,7 @@ ext.compileOnlyAndroidArs = [ {compile_only_aars} ] -def minVersion = 21 +def minVersion = 21 def compileVersion = 30 def targetVersion = 30 def buildVersion = '30.0.3' |