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 | 5e08c1c74c0a13a60738d33e4a9c4e0b21986b75 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /build/scripts/gen_aar_gradle_script.py | |
parent | 176ca034b242b7030e561de0e16d0d3cfd3f8919 (diff) | |
download | ydb-5e08c1c74c0a13a60738d33e4a9c4e0b21986b75.tar.gz |
Restoring authorship annotation for <vgavrilev@yandex-team.ru>. Commit 2 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 b3105f7601..4594e67278 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' |