diff --git a/.run/sing-box-for-android [_app_appCenterAssembleAndUploadRelease].run.xml b/.run/sing-box-for-android [_app_appCenterAssembleAndUploadRelease].run.xml
deleted file mode 100644
index 1a3fb81..0000000
--- a/.run/sing-box-for-android [_app_appCenterAssembleAndUploadRelease].run.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- true
- true
- false
-
-
-
\ No newline at end of file
diff --git a/.run/sing-box-for-android [_app_assembleRelease].run.xml b/.run/sing-box-for-android [_app_assembleRelease].run.xml
deleted file mode 100644
index 782b349..0000000
--- a/.run/sing-box-for-android [_app_assembleRelease].run.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- true
- false
-
-
-
\ No newline at end of file
diff --git a/.run/sing-box-for-android [_app_installDebug].run.xml b/.run/sing-box-for-android [_app_installDebug].run.xml
deleted file mode 100644
index 6a11b79..0000000
--- a/.run/sing-box-for-android [_app_installDebug].run.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- true
- false
-
-
-
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index c24f377..6b9f93d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -121,7 +121,7 @@ if (getProps("APPCENTER_TOKEN") != "") {
releaseNotes = getProps("RELEASE_NOTES")
notifyTesters = true
apps {
- release {
+ playRelease {
appName = getProps("APPCENTER_APP_NAME")
}
}
diff --git a/build.gradle b/build.gradle
index 416a661..f0a00f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,8 +6,8 @@ buildscript {
}
plugins {
- id 'com.android.application' version '8.1.2' apply false
- id 'com.android.library' version '8.1.2' apply false
+ id 'com.android.application' version '8.1.3' apply false
+ id 'com.android.library' version '8.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false
id 'com.github.triplet.play' version '3.8.4' apply false