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