mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Toadua to v2.0.0
This commit is contained in:
parent
8f50ad5fd2
commit
49af22d474
1 changed files with 14 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ Categories:
|
||||||
- Internet
|
- Internet
|
||||||
- Reading
|
- Reading
|
||||||
License: MIT
|
License: MIT
|
||||||
AuthorName: Robin Townsend
|
AuthorName: Robin
|
||||||
AuthorEmail: robin@robin.town
|
AuthorEmail: robin@robin.town
|
||||||
AuthorWebSite: https://robin.town/
|
AuthorWebSite: https://robin.town/
|
||||||
SourceCode: https://github.com/toaq/toadua-android
|
SourceCode: https://github.com/toaq/toadua-android
|
||||||
|
|
@ -25,7 +25,18 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.0.0
|
||||||
|
versionCode: 6
|
||||||
|
commit: v2.0.0
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.1.0
|
CurrentVersion: 2.0.0
|
||||||
CurrentVersionCode: 5
|
CurrentVersionCode: 6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue