targeting sdk 29
This commit is contained in:
parent
cac9c98e31
commit
bb894ea4f8
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,3 +11,5 @@
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
|
*.jks
|
||||||
|
/app/release
|
||||||
|
|
|
@ -9,7 +9,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.github.z3r0c00l_2k.aquadroid"
|
applicationId "io.github.z3r0c00l_2k.aquadroid"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 29
|
||||||
versionCode 5
|
versionCode 5
|
||||||
versionName "1.3"
|
versionName "1.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Reference in a new issue