From 8950a041a2624fa9afe9078b947ae4385f6ff2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 10 Nov 2023 10:53:07 +0800 Subject: [PATCH] Update dependencies --- ...appCenterAssembleAndUploadRelease].run.xml | 23 ------------------- ...for-android [_app_assembleRelease].run.xml | 23 ------------------- ...ox-for-android [_app_installDebug].run.xml | 23 ------------------- app/build.gradle | 2 +- build.gradle | 4 ++-- 5 files changed, 3 insertions(+), 72 deletions(-) delete mode 100644 .run/sing-box-for-android [_app_appCenterAssembleAndUploadRelease].run.xml delete mode 100644 .run/sing-box-for-android [_app_assembleRelease].run.xml delete mode 100644 .run/sing-box-for-android [_app_installDebug].run.xml 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