diff --git a/metadata/xyz.deepdaikon.xeonjia.yml b/metadata/xyz.deepdaikon.xeonjia.yml index 9acf976cf6..00b54d96b5 100644 --- a/metadata/xyz.deepdaikon.xeonjia.yml +++ b/metadata/xyz.deepdaikon.xeonjia.yml @@ -3,18 +3,18 @@ Categories: License: GPL-3.0-or-later AuthorName: DeepDaikon AuthorEmail: deepdaikon@tuta.io -WebSite: https://gitlab.com/DeepDaikon/Xeonjia -SourceCode: https://gitlab.com/DeepDaikon/Xeonjia/tree/HEAD -IssueTracker: https://gitlab.com/DeepDaikon/Xeonjia/issues +WebSite: https://gitlab.com/deepdaikon/Xeonjia +SourceCode: https://gitlab.com/deepdaikon/Xeonjia/tree/HEAD +IssueTracker: https://gitlab.com/deepdaikon/Xeonjia/issues Translation: https://translate.deepdaikon.xyz/engage/xeonjia/ -Changelog: https://gitlab.com/DeepDaikon/Xeonjia/tree/HEAD/CHANGELOG +Changelog: https://gitlab.com/deepdaikon/Xeonjia/-/blob/master/CHANGELOG Donate: https://deepdaikon.xyz/donate Liberapay: deepdaikon AutoName: Xeonjia RepoType: git -Repo: https://gitlab.com/DeepDaikon/Xeonjia.git +Repo: https://gitlab.com/deepdaikon/Xeonjia.git Builds: - versionName: 1.1.0 @@ -170,13 +170,15 @@ Builds: - versionName: 2.3.0 versionCode: 13 commit: 2b1f2af9f54b85d4f76a80e35f042727fafc1f8d - output: build/app/outputs/apk/release/app-release.apk + output: build/app/outputs/flutter-apk/app-release.apk srclibs: - - flutter@2.5.3 + - flutter@3.3.8 rm: - ios - prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all - { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle + - linux + - macos + - web + - windows build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter pub get