mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
82 lines
2.2 KiB
YAML
82 lines
2.2 KiB
YAML
Categories:
|
|
- Writing
|
|
License: Apache-2.0
|
|
AuthorName: maltaisn
|
|
AuthorEmail: apps@maltaisn.com
|
|
WebSite: https://github.com/maltaisn/
|
|
SourceCode: https://github.com/maltaisn/another-notes-app/
|
|
IssueTracker: https://github.com/maltaisn/another-notes-app/issues/
|
|
Translation: https://github.com/maltaisn/another-notes-app/blob/HEAD/TRANSLATING.md
|
|
Changelog: https://github.com/maltaisn/another-notes-app/blob/HEAD/CHANGELOG.md
|
|
|
|
AutoName: Another Notes
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/maltaisn/another-notes-app/
|
|
|
|
Builds:
|
|
- versionName: 1.2.0
|
|
versionCode: 10200
|
|
commit: v1.2.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 10300
|
|
commit: v1.3.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.4.0
|
|
versionCode: 10400
|
|
commit: v1.4.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.4.1
|
|
versionCode: 10401
|
|
commit: e2548f82b238be41d0d05e1ca3eac3452aebc61f
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.4.2
|
|
versionCode: 10402
|
|
commit: 1a343ef826d212de2d29bd52fe33f6007cb55360
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
build: gradle assembleRelease -x lintVitalAnalyzeRelease
|
|
|
|
- versionName: 1.4.3
|
|
versionCode: 10403
|
|
commit: 8b8e723fc8143ca2c18aa9d5d32acf36f5585861
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
build: gradle assembleRelease -x lintVitalAnalyzeRelease
|
|
|
|
- versionName: 1.4.4
|
|
versionCode: 10404
|
|
commit: 890332d2860558000371467f0f443b6ffee00741
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
build: gradle assembleRelease -x lintVitalAnalyzeRelease
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags v.*[0-9]$
|
|
CurrentVersion: 1.4.4
|
|
CurrentVersionCode: 10404
|