fix: add targetSdk variable to android defaultConfig gradle block

This commit is contained in:
thunderbiscuit 2024-04-19 10:48:40 -04:00
parent 2f7652b979
commit 6bc974ed2e
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -19,6 +19,7 @@ android {
defaultConfig {
minSdk = 21
targetSdk = 34
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}