mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update OpenVK to 1.0.135-beta (135)
This commit is contained in:
parent
00030b3e54
commit
6c26022952
1 changed files with 17 additions and 2 deletions
|
|
@ -29,7 +29,22 @@ Builds:
|
|||
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
|
||||
build.gradle
|
||||
|
||||
- versionName: 1.0.135-beta
|
||||
versionCode: 135
|
||||
commit: dada0225b0d254c70a9efd9259008dba1b7de926
|
||||
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
|
||||
CurrentVersion: 1.0.135-beta
|
||||
CurrentVersionCode: 135
|
||||
|
|
|
|||
Loading…
Reference in a new issue