mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
PlainUPNP - update recipe & version
This commit is contained in:
parent
f63a6eef3e
commit
23fe417922
1 changed files with 13 additions and 2 deletions
|
|
@ -35,9 +35,20 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.0.2
|
||||
versionCode: 75
|
||||
commit: a6889dc0e99c471de732327e851e5a1820a586b4
|
||||
subdir: app/
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- oss
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/src/main/kotlin/dependencies.kt|versionCode = (\d+)|.|versionName
|
||||
= "([\d\.]+)"
|
||||
CurrentVersion: 2.7.0
|
||||
CurrentVersionCode: 64
|
||||
CurrentVersion: 3.0.2
|
||||
CurrentVersionCode: 75
|
||||
|
|
|
|||
Loading…
Reference in a new issue