targetSdkVersion 28 and 28 still causing build error.
This commit is contained in:
parent
18ec733255
commit
e3fb0cc634
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "io.github.z3r0c00l_2k.aquadroid"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 27
|
||||
versionCode 4
|
||||
versionName "1.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Reference in a new issue