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 { defaultConfig {
applicationId "com.erz.joystick" applicationId "com.erz.joystick"
minSdkVersion 11 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

View file

@ -6,7 +6,7 @@ android {
buildToolsVersion "25.0.3" buildToolsVersion "25.0.3"
defaultConfig { defaultConfig {
minSdkVersion 11 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25
versionCode 2 versionCode 2
versionName "1.1" versionName "1.1"
@ -24,7 +24,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.novoda:bintray-release:0.4.0' classpath 'com.novoda:bintray-release:0.7.0'
} }
} }