mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-10 06:42:15 +00:00
updating sdkVersion and buildToolsVersion
This commit is contained in:
parent
8c360766bb
commit
661e2d1aca
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'com.novoda.bintray-release'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
targetSdkVersion 27
|
||||
versionCode 2
|
||||
versionName "1.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue