mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 13:48:58 +00:00
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
Categories:
|
|
- Internet
|
|
License: AGPL-3.0-or-later
|
|
AuthorName: Irfan Latif
|
|
AuthorEmail: mirfatif@gmail.com
|
|
SourceCode: https://github.com/mirfatif/MyLocation
|
|
IssueTracker: https://github.com/mirfatif/MyLocation/issues
|
|
Translation: https://crowdin.com/project/my-location
|
|
Changelog: https://github.com/mirfatif/MyLocation/releases
|
|
Donate: https://www.buymeacoffee.com/mirfatif
|
|
Bitcoin: 18ijfsv5fcDKQ6CTe4wycKxZMmti4oUXjW
|
|
|
|
AutoName: My Location
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mirfatif/MyLocation.git
|
|
|
|
Builds:
|
|
- versionName: v1.04
|
|
versionCode: 104
|
|
commit: 565e6fa6ed6aec2e01e22da5e29b22abb7edb7d9
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: v1.05-fd
|
|
versionCode: 105
|
|
disable: https://github.com/mirfatif/MyLocation/issues/14
|
|
commit: 14c8e24ad32af47745985ef43c933d417fab91a3
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- fdroid
|
|
- foss
|
|
prebuild:
|
|
- sed -i -e '/lsparanoid/d' ../buildSrc/build.gradle.kts ../buildSrc/src/main/kotlin/java-android-lib-conventions.gradle.kts
|
|
../buildSrc/src/main/kotlin/android-lib-conventions.gradle.kts ../gradle/libs.versions.toml
|
|
- sed -i -e '/lsparanoid {/,/^}/d' -e '/lsparanoid/d' build.gradle ../buildSrc/src/main/kotlin/apk-conventions.gradle.kts
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: v1.05-fd
|
|
CurrentVersionCode: 105
|