fix: add targetSdk variable to android defaultConfig gradle block
This commit is contained in:
parent
2f7652b979
commit
6bc974ed2e
@ -19,6 +19,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user