This commit is contained in:
hiddify-com
2024-05-31 23:01:00 +02:00
parent 0ba23400c1
commit 5a02c4b546
6 changed files with 45 additions and 56 deletions

View File

@@ -41,7 +41,8 @@ if (flutterVersionName == null) {
}
android {
namespace "com.hiddify.hiddify"
namespace 'com.hiddify.hiddify'
testNamespace "test.com.hiddify.hiddify"
compileSdkVersion 34
ndkVersion "26.1.10909125"

View File

@@ -16,3 +16,4 @@ subprojects {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}

View File

@@ -18,8 +18,8 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.4.2" apply false
id "org.jetbrains.kotlin.android" version "1.8.21" apply false
id "com.android.application" version "8.0.0" apply false
id "org.jetbrains.kotlin.android" version "1.8.0" apply false
}
include ":app"