mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Kolab Notes: Fix build
This commit is contained in:
parent
9e69a01050
commit
bf1a4e7e05
1 changed files with 5 additions and 1 deletions
|
|
@ -311,7 +311,11 @@ Build:0.6.0,31
|
||||||
commit=0.6.0
|
commit=0.6.0
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' build.gradle
|
srclibs=KolabNotesLib@1.2.0
|
||||||
|
prebuild=sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' build.gradle && \
|
||||||
|
pushd $$KolabNotesLib$$ && \
|
||||||
|
$$MVN3$$ install && \
|
||||||
|
popd
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue