mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
119 lines
2.6 KiB
YAML
119 lines
2.6 KiB
YAML
Categories:
|
|
- Development
|
|
- Navigation
|
|
License: GPL-3.0-or-later
|
|
AuthorName: Matías Castillo Felmer
|
|
SourceCode: https://github.com/mcastillof/FakeTraveler
|
|
IssueTracker: https://github.com/mcastillof/FakeTraveler/issues
|
|
|
|
AutoName: Fake Traveler
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mcastillof/FakeTraveler.git
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 3
|
|
commit: v1.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
antifeatures:
|
|
- NonFreeNet
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 4
|
|
commit: v1.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
antifeatures:
|
|
- NonFreeNet
|
|
|
|
- versionName: '1.6'
|
|
versionCode: 6
|
|
commit: v1.6
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
antifeatures:
|
|
- NonFreeNet
|
|
|
|
- versionName: '1.7'
|
|
versionCode: 7
|
|
commit: v1.7
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
antifeatures:
|
|
- NonFreeNet
|
|
|
|
- versionName: 1.9.1
|
|
versionCode: 9
|
|
commit: 0b94df1463f979bfea558235eb8c3c3df4b29225
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.9.2
|
|
versionCode: 10
|
|
commit: 5b7bfaa43a35a9bc1ac3e8602d88916dbebb0361
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.0
|
|
versionCode: 200
|
|
commit: d9bad10a9ff5d7a34a0da6f2c82567016c313de9
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.0
|
|
versionCode: 210
|
|
commit: 151e4c670b7cc2a87ae26a5fc16e53b8f8adadf9
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.2.0
|
|
versionCode: 220
|
|
commit: 6f5ad51a2f13aec67a7a901d95d681a450178399
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.2.1
|
|
versionCode: 221
|
|
commit: d33e3cb6a99da7f8dc39d9a1d332198b5054eba0
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.2.2
|
|
versionCode: 222
|
|
commit: 3c4726424e18c5b7a62520f73455369c08f69079
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e 's/8.12.2/8.11.1/' ../build.gradle
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags .*[0-9]$
|
|
CurrentVersion: 2.2.2
|
|
CurrentVersionCode: 222
|