update gradle config

This commit is contained in:
slymax
2021-09-18 07:10:50 +02:00
parent 457d1d2299
commit 7697c577c5
2 changed files with 3 additions and 3 deletions

View File

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