targeting sdk 29

This commit is contained in:
z3r0c00l-2k 2020-05-19 19:37:53 +05:30
parent cac9c98e31
commit bb894ea4f8
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -11,3 +11,5 @@
/build
/captures
.externalNativeBuild
*.jks
/app/release

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "io.github.z3r0c00l_2k.aquadroid"
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 29
versionCode 5
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"