mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Magisk: bumo stub for 25.1
This commit is contained in:
parent
829b8860cc
commit
99da4ce62a
1 changed files with 23 additions and 3 deletions
|
|
@ -42,6 +42,26 @@ Builds:
|
|||
scanignore:
|
||||
- app/shared/src/main/java/com/topjohnwu/magisk/utils/DynamicClassLoader.java
|
||||
|
||||
- versionName: '1.0'
|
||||
versionCode: 2
|
||||
commit: bb64ba0ef6a9bdbfcb1a2ceb4e4900f94b0deb95
|
||||
subdir: stub
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- native
|
||||
- tools
|
||||
prebuild:
|
||||
- echo -e 'version=25.1' > ../config.prop
|
||||
- sed -i -e 's|"https://.*"|"https://f-droid.org/repo/com.topjohnwu.magisk_${Config.versionCode}.apk"|'
|
||||
-e '/versionCode/s/1/$$VERCODE$$/' build.gradle.kts
|
||||
scanignore:
|
||||
- app/shared/src/main/java/com/topjohnwu/magisk/utils/DynamicClassLoader.java
|
||||
|
||||
- versionName: '22.0'
|
||||
versionCode: 22000
|
||||
commit: v22.0
|
||||
|
|
@ -317,7 +337,7 @@ MaintainerNotes: |-
|
|||
first and the main apk should be built in the next build cycle.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckMode: None
|
||||
UpdateCheckData: https://topjohnwu.github.io/magisk-files/stable.json|"versionCode":\s"(\d+)"|.|"version":\s"([\d.]+)"
|
||||
CurrentVersion: '25.1'
|
||||
CurrentVersionCode: 25100
|
||||
CurrentVersion: '24.3'
|
||||
CurrentVersionCode: 24300
|
||||
|
|
|
|||
Loading…
Reference in a new issue