Conversations: Apply workaround; enable.
This commit is contained in:
parent
bde79e0ec0
commit
6f1ad1ceea
|
|
@ -280,7 +280,6 @@ Build:0.8,32
|
||||||
scanignore=libs/otr4j-0.10.jar,libs/bcprov-jdk15on-150.jar
|
scanignore=libs/otr4j-0.10.jar,libs/bcprov-jdk15on-150.jar
|
||||||
|
|
||||||
Build:0.8.2,34
|
Build:0.8.2,34
|
||||||
disable=fdroid breaks output variant
|
|
||||||
commit=0.8.2
|
commit=0.8.2
|
||||||
srclibs=Otr4j-jitsi@6d879761605dba48c80c0d3f44a6555b522d0c2e
|
srclibs=Otr4j-jitsi@6d879761605dba48c80c0d3f44a6555b522d0c2e
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
@ -289,11 +288,12 @@ Build:0.8.2,34
|
||||||
$$MVN3$$ clean && \
|
$$MVN3$$ clean && \
|
||||||
$$MVN3$$ install && \
|
$$MVN3$$ install && \
|
||||||
popd && \
|
popd && \
|
||||||
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' build.gradle
|
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/buildTypes {/i/*' -e '/subprojects/i*/' build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Build succeeds now, but fdroid strips a line required for output variants. I am not sure how to
|
Build succeeds now, but fdroid strips a line required for output variants.
|
||||||
circumvent this.
|
The current solution is to comment out buildTypes {} and lintOptions {}, but
|
||||||
|
we should fix this or at least narrow it down. Enabling for now.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue