update gradle config

This commit is contained in:
slymax
2019-09-23 01:17:34 +02:00
parent 81ac422070
commit 66d545e734
3 changed files with 5 additions and 5 deletions

View File

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