revert targetSdkVersion to 28
This commit is contained in:
parent
d7fd4d08b0
commit
6598d6c00f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ android {
|
||||||
compileSdk 33
|
compileSdk 33
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 28
|
minSdkVersion 28
|
||||||
targetSdkVersion 33
|
targetSdkVersion 28
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue