mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
OpenVK Legacy MR
This commit is contained in:
parent
e8fd816e01
commit
b73ee76061
1 changed files with 35 additions and 0 deletions
35
metadata/uk.openvk.android.legacy.yml
Normal file
35
metadata/uk.openvk.android.legacy.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: OpenVK
|
||||
AuthorEmail: openvk@tutanota.com
|
||||
AuthorWebSite: https://openvk.su/
|
||||
SourceCode: https://github.com/openvk/mobile-android-legacy
|
||||
IssueTracker: https://github.com/openvk/mobile-android-legacy/issues
|
||||
Changelog: https://github.com/openvk/mobile-android-legacy/releases
|
||||
|
||||
AutoName: OpenVK
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/openvk/mobile-android-legacy.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.133-beta
|
||||
versionCode: 133
|
||||
commit: a2d5db4565deccfec98db1b985d72c6db72431da
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list
|
||||
- apt-get update
|
||||
- apt-get remove sdkmanager openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- apt-get install -y -t stretch openjdk-8-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
|
||||
build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.133-beta
|
||||
CurrentVersionCode: 133
|
||||
Loading…
Reference in a new issue