Backup before removing hiddify references

This commit is contained in:
Hiddify User
2026-01-15 12:28:40 +03:00
parent f54603d129
commit 36d9e31236
231 changed files with 6648 additions and 1832 deletions

View File

@@ -35,9 +35,9 @@ def flutterVersionCode = localProperties.getProperty('flutter.versionCode')?: '1
def flutterVersionName = localProperties.getProperty('flutter.versionName') ?: '1.0'
android {
namespace 'com.hiddify.hiddify'
testNamespace "test.com.hiddify.hiddify"
compileSdkVersion 34
namespace 'com.umbrix.app'
testNamespace "test.com.umbrix.app"
compileSdkVersion 35
ndkVersion "26.1.10909125"
compileOptions {
@@ -54,7 +54,7 @@ android {
}
defaultConfig {
applicationId "com.hiddify.app.test"
applicationId "com.umbrix.app"
minSdkVersion 21
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()