mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update it.feio.android.omninotes.foss.yml
This commit is contained in:
parent
58a90b4bf1
commit
f1fdac8b88
1 changed files with 19 additions and 5 deletions
|
|
@ -6,11 +6,11 @@ Categories:
|
|||
License: GPL-3.0-only
|
||||
AuthorName: Federico Iosue
|
||||
AuthorEmail: support@omninotes.app
|
||||
AuthorWebSite: https://federico.iosue.it/
|
||||
WebSite: https://federicoiosue.github.io/Omni-Notes/
|
||||
AuthorWebSite: https://federico.iosue.it
|
||||
WebSite: https://federicoiosue.github.io/Omni-Notes
|
||||
SourceCode: https://github.com/federicoiosue/Omni-Notes
|
||||
IssueTracker: https://github.com/federicoiosue/Omni-Notes/issues
|
||||
Translation: https://crowdin.com/project/omni-notes
|
||||
Translation: https://translate.omninotes.app
|
||||
Changelog: https://github.com/federicoiosue/Omni-Notes/releases
|
||||
|
||||
AutoName: Omni Notes
|
||||
|
|
@ -231,8 +231,22 @@ Builds:
|
|||
- sed -i -e '/org.sonarqube/,/^}/d' ../build.gradle
|
||||
- sed -i -e '/outputFileName/d' build.gradle
|
||||
|
||||
- versionName: 6.3.0
|
||||
versionCode: 330
|
||||
commit: e1149a587fef064812eb836dbc3a0f3357ae0c04
|
||||
subdir: omniNotes
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
prebuild:
|
||||
- sed -i -e '/org.sonarqube/,/^}/d' ../build.gradle
|
||||
- sed -i -e '/outputFileName/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
|
||||
CurrentVersion: 6.2.8
|
||||
CurrentVersionCode: 323
|
||||
CurrentVersion: 6.3.0
|
||||
CurrentVersionCode: 330
|
||||
|
|
|
|||
Loading…
Reference in a new issue