From e265d4b4d278072c294848ae461beff5bb976bcc Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Wed, 13 Aug 2025 13:14:01 +0530 Subject: [PATCH] fix: only bump target sdk to 35 --- mobile/apps/auth/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/apps/auth/android/app/build.gradle b/mobile/apps/auth/android/app/build.gradle index 4ccb47e6c7..3da027f155 100644 --- a/mobile/apps/auth/android/app/build.gradle +++ b/mobile/apps/auth/android/app/build.gradle @@ -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"