mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Noice to 2.0.0 (53)
This commit is contained in:
parent
0ae915ab3f
commit
f8c2806085
1 changed files with 22 additions and 7 deletions
|
|
@ -1,3 +1,6 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- Tracking
|
||||
Categories:
|
||||
- Sports & Health
|
||||
- Multimedia
|
||||
|
|
@ -5,17 +8,17 @@ License: GPL-3.0-only
|
|||
AuthorName: Ashutosh Gangwar
|
||||
AuthorEmail: ashutoshgngwr@gmail.com
|
||||
AuthorWebSite: https://ashutoshgngwr.github.io
|
||||
WebSite: https://ashutoshgngwr.github.io/noice
|
||||
SourceCode: https://github.com/ashutoshgngwr/noice
|
||||
IssueTracker: https://github.com/ashutoshgngwr/noice/issues
|
||||
WebSite: https://trynoice.com
|
||||
SourceCode: https://github.com/trynoice/android-app
|
||||
IssueTracker: https://github.com/trynoice/android-app/issues
|
||||
Translation: https://hosted.weblate.org/engage/noice/
|
||||
Changelog: https://ashutoshgngwr.github.io/noice/CHANGELOG
|
||||
Changelog: https://trynoice.com/changelog
|
||||
OpenCollective: noice
|
||||
|
||||
AutoName: Noice
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ashutoshgngwr/noice.git
|
||||
Repo: https://github.com/trynoice/android-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.5
|
||||
|
|
@ -323,7 +326,19 @@ Builds:
|
|||
- free
|
||||
prebuild: sed -i -e '/sed:free-build:remove/d' build.gradle ../build.gradle
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 53
|
||||
commit: 946359777c95b650484b7bbd3970c4bdb711c991
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- free
|
||||
prebuild: sed -i -e '/sed:free-build:remove/d' build.gradle ../build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 1.3.3
|
||||
CurrentVersionCode: 52
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 53
|
||||
|
|
|
|||
Loading…
Reference in a new issue