支持AndroidX对应版本

This commit is contained in:
jenly1314
2019-06-27 17:09:10 +08:00
parent 10554f1a9f
commit 3e8f612e9f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
//App //App
def app_version = [:] def app_version = [:]
app_version.versionCode = 11 app_version.versionCode = 11 //androidx 12
app_version.versionName = "1.1.2" app_version.versionName = "1.1.2"
ext.app_version = app_version ext.app_version = app_version