Upgrade targetSdkVersion

This commit is contained in:
Hope Kagame
2024-08-04 23:07:24 +03:00
parent 9a4ec0840d
commit bf5845c55f

View File

@ -51,7 +51,7 @@ android {
defaultConfig {
applicationId "ca.hamaluik.timecop"
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 34 // Upgrade to 34 based on new Play Store requirements
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"