mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Mimanganu - fix build, use forked srclib
This commit is contained in:
parent
7d2dc2ac42
commit
ac8105e79c
2 changed files with 5 additions and 4 deletions
|
|
@ -1400,21 +1400,20 @@ Builds:
|
|||
|
||||
- versionName: '1.129'
|
||||
versionCode: 129
|
||||
disable: fails to build
|
||||
commit: '1.129'
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- RapidDecoder@7cdfca4
|
||||
- RapidDecoderRaulhaag@0.3.1Ax
|
||||
prebuild:
|
||||
- cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/
|
||||
- cp -fR $$RapidDecoderRaulhaag$$/library/src/main/java/rapid src/main/java/
|
||||
- sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/d'
|
||||
build.gradle
|
||||
- sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g'
|
||||
../build.gradle
|
||||
|
||||
MaintainerNotes: RapidDecoder 0.3.0 is required, but this version is not tagged.
|
||||
MaintainerNotes: We use the dev fork of RapidDecoder
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
2
srclibs/RapidDecoderRaulhaag.txt
Normal file
2
srclibs/RapidDecoderRaulhaag.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/raulhaag/RapidDecoder.git
|
||||
Loading…
Reference in a new issue