updated bintray-release library and bumped minSdk to 14

This commit is contained in:
edgar 2017-11-26 17:05:57 -08:00
parent 21e2ff8099
commit 73e4da95f1
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.erz.joystick"
minSdkVersion 11
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0"

View File

@ -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'
}
}