mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update TTRSS-Reader to 1.97.3 (1973)
This commit is contained in:
parent
e2712f51d8
commit
220bae9f1b
1 changed files with 23 additions and 2 deletions
|
|
@ -685,6 +685,27 @@ Builds:
|
|||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
|
||||
- versionName: 1.97.3
|
||||
versionCode: 1973
|
||||
commit: af1639ef3dfccd119700acb74383c64118131396
|
||||
subdir: ttrssreader
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- twofortyfouram-monorepo@4023d30d5b44b2fd15206c3435829e999e7bbd02
|
||||
prebuild:
|
||||
- sed -i -e '/play-services/d' build.gradle
|
||||
- sed -i -e '/maven {/,+8d' -e '/repositories {/amavenLocal()' ../settings.gradle
|
||||
build:
|
||||
- pushd $$twofortyfouram-monorepo$$
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
|
||||
MaintainerNotes: |-
|
||||
Upstream mistags often and retags, so never use tags directly.
|
||||
|
||||
|
|
@ -697,5 +718,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.97.2
|
||||
CurrentVersionCode: 1972
|
||||
CurrentVersion: 1.97.3
|
||||
CurrentVersionCode: 1973
|
||||
|
|
|
|||
Loading…
Reference in a new issue