mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
misc fixes
This commit is contained in:
parent
196878bdf7
commit
a4707518ef
2 changed files with 8 additions and 6 deletions
|
|
@ -196,9 +196,9 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/google-services/d' build.gradle
|
||||
prebuild: sed -i -e '/google-services/d' -e '/googleTask/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v\d+\.\d+\.\d+
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v[\d.]+
|
||||
CurrentVersion: 1.15.2
|
||||
CurrentVersionCode: 31
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ AutoName: Mastodon
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mastodon/mastodon-android.git
|
||||
Binaries: https://github.com/mastodon/mastodon-android/releases/download/v%v/mastodon-release.apk
|
||||
Binaries: https://github.com/mastodon/mastodon-android/releases/download/v%v/mastodon-githubRelease.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.3
|
||||
|
|
@ -31,13 +31,15 @@ Builds:
|
|||
|
||||
- versionName: 1.1.4
|
||||
versionCode: 45
|
||||
disable: not reproducible due to png optimization
|
||||
commit: e10faeefc4201861e44b10fe8e071597d11ddc6a
|
||||
subdir: mastodon
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
gradle:
|
||||
- yes
|
||||
- update-alternatives --auto java
|
||||
output: build/outputs/apk/githubRelease/*.apk
|
||||
build: gradle assembleGithubRelease
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue