update target sdk version [skip ci]

OmarHatem committed Jul 1, 2025 at 20:10 UTC d4f52e508d31814883ea95c5ad05baa040bf091d
1 file changed +1 -1
android/app/build.gradle
+1 -1
@@ -55,7 +55,7 @@ android {
55 defaultConfig {
56 applicationId appProperties['id']
57 minSdkVersion 24
58 - targetSdkVersion 34
58 + targetSdkVersion 35
59 versionCode flutterVersionCode.toInteger()
60 versionName flutterVersionName
61 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"