targetSdkVersion 28 and 28 still causing build error.

This commit is contained in:
z3r0c00l-2k 2020-01-20 09:53:18 +05:30
parent 18ec733255
commit e3fb0cc634

View file

@ -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"