Compare commits
1 Commits
android-cl
...
android-0.
Author | SHA1 | Date | |
---|---|---|---|
bd0455c413 |
@ -5,8 +5,8 @@ android {
|
|||||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String)
|
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String)
|
||||||
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION as String
|
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION as String
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 4745232
|
versionCode 4745233
|
||||||
versionName '0.9.25'
|
versionName '0.9.26'
|
||||||
minSdkVersion 9
|
minSdkVersion 9
|
||||||
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
|
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user