Skip to content

Commit

Permalink
revert to sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 27, 2024
1 parent 23eb7bd commit 2ec62d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def flutterVersionName = localProperties.getProperty('flutter.versionName') ?: '
android {
namespace 'com.hiddify.hiddify'
testNamespace "test.com.hiddify.hiddify"
compileSdkVersion 35
compileSdkVersion 34
ndkVersion "26.1.10909125"

compileOptions {
Expand All @@ -56,7 +56,7 @@ android {
defaultConfig {
applicationId "app.hiddify.com"
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
Expand Down

0 comments on commit 2ec62d2

Please sign in to comment.