mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update PodAura to 3.0 (25)
This commit is contained in:
parent
35e1b364c6
commit
4a5a695ebb
1 changed files with 18 additions and 8 deletions
|
|
@ -4,16 +4,16 @@ Categories:
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
AuthorName: SkyD666
|
AuthorName: SkyD666
|
||||||
AuthorEmail: akarinnn666@gmail.com
|
AuthorEmail: akarinnn666@gmail.com
|
||||||
SourceCode: https://github.com/SkyD666/AniVu
|
SourceCode: https://github.com/SkyD666/PodAura
|
||||||
IssueTracker: https://github.com/SkyD666/AniVu/issues
|
IssueTracker: https://github.com/SkyD666/PodAura/issues
|
||||||
Translation: https://crowdin.com/project/anivu
|
Translation: https://crowdin.com/project/anivu
|
||||||
Changelog: https://github.com/SkyD666/AniVu/releases
|
Changelog: https://github.com/SkyD666/PodAura/releases
|
||||||
|
|
||||||
AutoName: AniVu
|
AutoName: PodAura
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/SkyD666/AniVu
|
Repo: https://github.com/SkyD666/PodAura
|
||||||
Binaries: https://github.com/SkyD666/AniVu/releases/download/%c/AniVu_%v_arm64-v8a_release_GitHub.apk
|
Binaries: https://github.com/SkyD666/PodAura/releases/download/%c/PodAura_%v_arm64-v8a_release_GitHub.apk
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '2.0'
|
- versionName: '2.0'
|
||||||
|
|
@ -26,9 +26,19 @@ Builds:
|
||||||
prebuild: sed -i -e '/secret/d' -e '/signingConfig/d' -e 's/include(.*)/include("arm64-v8a")/'
|
prebuild: sed -i -e '/secret/d' -e '/signingConfig/d' -e 's/include(.*)/include("arm64-v8a")/'
|
||||||
-e '/isUniversalApk/d' build.gradle.kts
|
-e '/isUniversalApk/d' build.gradle.kts
|
||||||
|
|
||||||
|
- versionName: '3.0'
|
||||||
|
versionCode: 25
|
||||||
|
commit: 73f684d219f6dba38835f46d7b494bda12d7292a
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- GitHub
|
||||||
|
output: build/outputs/apk/GitHub/release/*.apk
|
||||||
|
prebuild: sed -i -e '/secret/d' -e '/signingConfig/d' -e 's/include(.*)/include("arm64-v8a")/'
|
||||||
|
-e '/isUniversalApk/d' build.gradle.kts
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 370ee0ac18f02e24df6b8efff2c0cee98d0d986bf3eaa87cc7ffc76e988257bd
|
AllowedAPKSigningKeys: 370ee0ac18f02e24df6b8efff2c0cee98d0d986bf3eaa87cc7ffc76e988257bd
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '2.0'
|
CurrentVersion: '3.0'
|
||||||
CurrentVersionCode: 19
|
CurrentVersionCode: 25
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue