mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update Conversations to 0.9.2 (39)
This commit is contained in:
parent
689c66a515
commit
507768ca72
1 changed files with 12 additions and 2 deletions
|
|
@ -330,6 +330,16 @@ Build:0.9.1,38
|
||||||
popd && \
|
popd && \
|
||||||
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/buildTypes {/i/*' -e '/subprojects/i*/' build.gradle
|
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.2,39
|
||||||
|
commit=0.9.2
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
Build succeeds now, but fdroid strips a line required for output variants.
|
Build succeeds now, but fdroid strips a line required for output variants.
|
||||||
The current solution is to comment out buildTypes {} and lintOptions {}, but
|
The current solution is to comment out buildTypes {} and lintOptions {}, but
|
||||||
|
|
@ -338,6 +348,6 @@ we should fix this or at least narrow it down. Enabling for now.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.9.1
|
Current Version:0.9.2
|
||||||
Current Version Code:38
|
Current Version Code:39
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue