Increment gradle wrapper version

This commit is contained in:
mhutti1
2018-04-02 00:57:58 +01:00
committed by Matthieu Gautier
parent 502f740ca9
commit c01ca69130
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ main_project_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '1'
base_deps_meta_version = '2'
base_deps_versions = {
@ -23,6 +23,6 @@ base_deps_versions = {
'libmicrohttpd' : '0.9.46',
'gumbo' : '0.10.1',
'icu4c' : '58.2',
'Gradle' : '3.4',
'Gradle' : '4.6',
'libaria2' : '1.33.1'
}