mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-10 06:42:15 +00:00
updated bintray-release library and bumped minSdk to 14
This commit is contained in:
parent
21e2ff8099
commit
73e4da95f1
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "com.erz.joystick"
|
||||
minSdkVersion 11
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
|
|
@ -6,7 +6,7 @@ android {
|
|||
buildToolsVersion "25.0.3"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 11
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 2
|
||||
versionName "1.1"
|
||||
|
@ -24,7 +24,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.novoda:bintray-release:0.4.0'
|
||||
classpath 'com.novoda:bintray-release:0.7.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue