mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
m3u - update recipe
This commit is contained in:
parent
469b7978f3
commit
7f332730a8
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ AutoName: M3U
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/realOxy/M3UAndroid.git
|
||||
Binaries: https://github.com/realOxy/M3UAndroid/releases/download/v%v/androidApp-full-universal-release.apk
|
||||
Binaries: https://github.com/realOxy/M3UAndroid/releases/download/v%v/%v_universal.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.13.6
|
||||
|
|
@ -84,6 +84,7 @@ Builds:
|
|||
gradle:
|
||||
- full
|
||||
prebuild: sed -i -e 's/isEnable.*/isEnable = false/' build.gradle.kts
|
||||
binary: https://github.com/realOxy/M3UAndroid/releases/download/v%v/androidApp-full-universal-release.apk
|
||||
|
||||
- versionName: 1.14.0-beta07
|
||||
versionCode: 132
|
||||
|
|
@ -94,7 +95,8 @@ Builds:
|
|||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- full
|
||||
- stableChannel
|
||||
- richCodec
|
||||
prebuild: sed -i -e 's/isEnable.*/isEnable = false/' build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: a7ccec654319efae75095bdcc39b983704185618f2a0328b20f8d9dec66f8bc2
|
||||
|
|
|
|||
Loading…
Reference in a new issue