Update Conversations to 0.9 (37)

This commit is contained in:
F-Droid Builder 2014-11-30 01:34:27 +00:00 committed by Ciaran Gultnieks
parent a9b6b8b0af
commit f99d062584

View file

@ -310,6 +310,16 @@ Build:0.8.4,36
popd && \
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/buildTypes {/i/*' -e '/subprojects/i*/' build.gradle
Build:0.9,37
commit=0.9
gradle=yes
srclibs=Otr4j-jitsi@6d879761605dba48c80c0d3f44a6555b522d0c2e
prebuild=pushd $$Otr4j-jitsi$$ && \
$$MVN3$$ clean && \
$$MVN3$$ install && \
popd && \
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/buildTypes {/i/*' -e '/subprojects/i*/' build.gradle
Maintainer Notes:
Build succeeds now, but fdroid strips a line required for output variants.
The current solution is to comment out buildTypes {} and lintOptions {}, but
@ -318,6 +328,6 @@ we should fix this or at least narrow it down. Enabling for now.
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.8.4
Current Version Code:36
Current Version:0.9
Current Version Code:37