test
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -16,3 +16,4 @@ subprojects {
|
||||
tasks.register("clean", Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user