update gradle config

This commit is contained in:
slymax
2019-01-21 19:47:58 +01:00
parent 11dd5784e5
commit 5c5fc4656c
3 changed files with 5 additions and 6 deletions

View File

@ -1,13 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '27.0.3'
compileSdkVersion 28
defaultConfig {
applicationId "com.example.app"
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 28
versionCode 1
versionName "1.0"
}