diff --git a/android/app/build.gradle b/android/app/build.gradle index f3c6e5aa..499d7c85 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -37,7 +37,7 @@ def flutterVersionName = localProperties.getProperty('flutter.versionName') ?: ' android { namespace 'com.hiddify.hiddify' testNamespace "test.com.hiddify.hiddify" - compileSdkVersion 34 + compileSdkVersion 35 ndkVersion "26.1.10909125" compileOptions { @@ -56,7 +56,7 @@ android { defaultConfig { applicationId "app.hiddify.com" minSdkVersion 21 - targetSdkVersion 34 + targetSdkVersion 35 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true