mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +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
|
||||
- Reading
|
||||
License: MIT
|
||||
AuthorName: Robin Townsend
|
||||
AuthorName: Robin
|
||||
AuthorEmail: robin@robin.town
|
||||
AuthorWebSite: https://robin.town/
|
||||
SourceCode: https://github.com/toaq/toadua-android
|
||||
|
|
@ -25,7 +25,18 @@ Builds:
|
|||
gradle:
|
||||
- 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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue