mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update com.toasterofbread.spmp to v0.3.0
This commit is contained in:
parent
146de3ea7f
commit
f447c18fcc
1 changed files with 20 additions and 5 deletions
|
|
@ -5,6 +5,7 @@ Categories:
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
AuthorName: toasterofbread
|
AuthorName: toasterofbread
|
||||||
AuthorWebSite: https://github.com/toasterofbread
|
AuthorWebSite: https://github.com/toasterofbread
|
||||||
|
WebSite: https://spmp.toastbits.dev
|
||||||
SourceCode: https://github.com/toasterofbread/spmp
|
SourceCode: https://github.com/toasterofbread/spmp
|
||||||
IssueTracker: https://github.com/toasterofbread/spmp/issues
|
IssueTracker: https://github.com/toasterofbread/spmp/issues
|
||||||
Translation: https://github.com/toasterofbread/spmp/wiki/App-localisation
|
Translation: https://github.com/toasterofbread/spmp/wiki/App-localisation
|
||||||
|
|
@ -13,7 +14,7 @@ Donate: https://ko-fi.com/toasterofbread
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/toasterofbread/spmp.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:
|
Builds:
|
||||||
- versionName: 0.2.3
|
- versionName: 0.2.3
|
||||||
|
|
@ -27,10 +28,24 @@ Builds:
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/toasterofbread/spmp/releases/download/v0.2.3/androidApp-universal-release.apk
|
||||||
|
|
||||||
- versionName: 0.2.4
|
- versionName: 0.2.4
|
||||||
versionCode: 10
|
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
|
subdir: androidApp
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -44,6 +59,6 @@ AllowedAPKSigningKeys: 38d400eb7d8fdc34895598e0f6ee6062762b747c1e8b54370b04e6dd2
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: androidApp/build.gradle.kts|versionCode = (\d+)|shared/src/commonMain/resources/assets/values/strings.xml|version_string.+>(.*)<.+
|
UpdateCheckData: shared/src/commonMain/resources/assets/values/strings.xml|version_code.+>(\d+)<.+|shared/src/commonMain/resources/assets/values/strings.xml|version_string.+>(.*)<.+
|
||||||
CurrentVersion: 0.2.4
|
CurrentVersion: 0.3.0
|
||||||
CurrentVersionCode: 10
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue