diff --git a/metadata/com.toasterofbread.spmp.yml b/metadata/com.toasterofbread.spmp.yml index 7c6d3baa7e..bada1b2eb8 100644 --- a/metadata/com.toasterofbread.spmp.yml +++ b/metadata/com.toasterofbread.spmp.yml @@ -5,6 +5,7 @@ Categories: License: GPL-3.0-only AuthorName: toasterofbread AuthorWebSite: https://github.com/toasterofbread +WebSite: https://spmp.toastbits.dev SourceCode: https://github.com/toasterofbread/spmp IssueTracker: https://github.com/toasterofbread/spmp/issues Translation: https://github.com/toasterofbread/spmp/wiki/App-localisation @@ -13,7 +14,7 @@ Donate: https://ko-fi.com/toasterofbread RepoType: git Repo: https://github.com/toasterofbread/spmp.git -Binaries: https://github.com/toasterofbread/spmp/releases/download/v%v/androidApp-universal-release.apk +Binaries: https://github.com/toasterofbread/spmp/releases/download/v%v/spmp-v%v-android-universal.apk Builds: - versionName: 0.2.3 @@ -27,10 +28,24 @@ Builds: - update-alternatives --auto java gradle: - yes + binary: https://github.com/toasterofbread/spmp/releases/download/v0.2.3/androidApp-universal-release.apk - versionName: 0.2.4 versionCode: 10 - commit: d8f0d90651494b3076975f388a443c3888290c97 + commit: v0.2.4 + subdir: androidApp + submodules: true + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + binary: https://github.com/toasterofbread/spmp/releases/download/v0.2.4/androidApp-universal-release.apk + + - versionName: 0.3.0 + versionCode: 11 + commit: v0.3.0 subdir: androidApp submodules: true sudo: @@ -44,6 +59,6 @@ AllowedAPKSigningKeys: 38d400eb7d8fdc34895598e0f6ee6062762b747c1e8b54370b04e6dd2 AutoUpdateMode: Version UpdateCheckMode: Tags -UpdateCheckData: androidApp/build.gradle.kts|versionCode = (\d+)|shared/src/commonMain/resources/assets/values/strings.xml|version_string.+>(.*)<.+ -CurrentVersion: 0.2.4 -CurrentVersionCode: 10 +UpdateCheckData: shared/src/commonMain/resources/assets/values/strings.xml|version_code.+>(\d+)<.+|shared/src/commonMain/resources/assets/values/strings.xml|version_string.+>(.*)<.+ +CurrentVersion: 0.3.0 +CurrentVersionCode: 11