fix: only bump target sdk to 35

This commit is contained in:
Prateek Sunal
2025-08-13 13:14:01 +05:30
committed by GitHub
parent f95410a5b1
commit e265d4b4d2

View File

@@ -57,7 +57,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion 36
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"