fdroiddata/metadata/com.android.geto.yml

157 lines
4.4 KiB
YAML
Raw Normal View History

2023-11-29 16:47:13 +00:00
Categories:
- Development
- System
License: GPL-3.0-only
SourceCode: https://github.com/JackEblan/Geto
IssueTracker: https://github.com/JackEblan/Geto/issues
Changelog: https://github.com/JackEblan/Geto/releases
AutoName: Geto
RepoType: git
Repo: https://github.com/JackEblan/Geto.git
Binaries: https://github.com/JackEblan/Geto/releases/download/v%v/geto-v%v.apk
2023-11-29 16:47:13 +00:00
Builds:
- versionName: '1.3'
versionCode: 3
commit: 2f1b8eeeeef31f1ee635245cba09d21dc950efbf
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
2023-12-04 04:33:11 +00:00
- versionName: '1.4'
versionCode: 4
2023-12-04 07:55:33 +00:00
commit: 40d65cb10bdb7dbbed2f1cc1fbed58068a300762
2023-12-04 04:33:11 +00:00
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
2023-12-21 04:10:47 +00:00
- versionName: '1.6'
versionCode: 6
2023-12-22 06:00:54 +00:00
commit: b6339391000e4cb786d36d182a22b4624b1abd53
2023-12-21 04:10:47 +00:00
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
2023-12-31 04:11:47 +00:00
- versionName: '1.7'
versionCode: 7
commit: af796ed969c2989b95d9e32b82d92bb63489c170
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
2024-01-04 04:11:32 +00:00
- versionName: '1.8'
versionCode: 8
commit: f311453a5792f2af15c8a162e03aa7234fc2b82f
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
2024-01-19 09:20:17 +00:00
- versionName: '1.11'
versionCode: 11
commit: 0b8c74346b426d41d6bcfed2d8ff358d4da1db86
2024-01-16 04:14:49 +00:00
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
2024-01-18 08:34:56 +00:00
- fdroid
rm:
- build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
prebuild:
2024-01-19 09:20:17 +00:00
- sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml
- sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase")
{/,/}/d' ../build-logic/convention/build.gradle.kts
2024-01-16 04:14:49 +00:00
scandelete:
- build-logic/convention/build
2024-01-20 14:46:10 +00:00
- versionName: '1.12'
versionCode: 12
commit: 637a8a5c94a5fc8fbb009720f9991f6a38c168a0
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
rm:
- build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
prebuild:
- sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml
- sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase")
{/,/}/d' ../build-logic/convention/build.gradle.kts
scandelete:
- build-logic/convention/build
2024-01-26 04:11:04 +00:00
- versionName: '1.13'
versionCode: 13
commit: 6b0cacfdb93ffca265916b9c57fe300ec176c6bd
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
rm:
- build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
prebuild:
- sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml
- sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase")
{/,/}/d' ../build-logic/convention/build.gradle.kts
scandelete:
- build-logic/convention/build
2024-02-11 04:14:19 +00:00
- versionName: '1.14'
versionCode: 14
commit: 3c7ec7964529b5b9d8d4b5e0778e050afdd24085
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
2024-02-12 09:40:37 +00:00
- yes
2024-02-11 04:14:19 +00:00
scandelete:
- build-logic/convention/build
2023-11-29 16:47:13 +00:00
AllowedAPKSigningKeys: 94a9d87cc8f0c33191a233ac74ed5c9e4e1afd556a9d916ac533bc50083a8dff
AutoUpdateMode: Version
2023-12-04 07:55:33 +00:00
UpdateCheckMode: Tags ^v\d+(\.\d+)?$
2024-02-11 04:14:19 +00:00
CurrentVersion: '1.14'
CurrentVersionCode: 14