update sdk to 35
This commit is contained in:
@@ -37,7 +37,7 @@ def flutterVersionName = localProperties.getProperty('flutter.versionName') ?: '
|
|||||||
android {
|
android {
|
||||||
namespace 'com.hiddify.hiddify'
|
namespace 'com.hiddify.hiddify'
|
||||||
testNamespace "test.com.hiddify.hiddify"
|
testNamespace "test.com.hiddify.hiddify"
|
||||||
compileSdkVersion 34
|
compileSdkVersion 35
|
||||||
ndkVersion "26.1.10909125"
|
ndkVersion "26.1.10909125"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
@@ -56,7 +56,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "app.hiddify.com"
|
applicationId "app.hiddify.com"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 35
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|||||||
Reference in New Issue
Block a user