Conversations: Prepare for next build
This commit is contained in:
parent
95900012ec
commit
2f623802a3
|
@ -419,15 +419,22 @@ Build:1.2.0-beta,54
|
||||||
popd && \
|
popd && \
|
||||||
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||||
|
|
||||||
|
#uncomment this build once vc56+ is added via auto-update
|
||||||
|
#Build:1.2.0,56
|
||||||
|
# commit=1.2.0
|
||||||
|
# gradle=yes
|
||||||
|
# srclibs=Otr4j-jitsi@8bc49a960b995ab79583df592abe7a5066599491
|
||||||
|
# prebuild=pushd $$Otr4j-jitsi$$ && \
|
||||||
|
# $$MVN3$$ clean && \
|
||||||
|
# $$MVN3$$ install && \
|
||||||
|
# popd && \
|
||||||
|
# sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||||
|
|
||||||
|
#remove this build once vc56+ is added via auto-update
|
||||||
Build:1.2.0,56
|
Build:1.2.0,56
|
||||||
commit=1.2.0
|
commit=1.2.0
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=Otr4j-jitsi@8bc49a960b995ab79583df592abe7a5066599491
|
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||||
prebuild=pushd $$Otr4j-jitsi$$ && \
|
|
||||||
$$MVN3$$ clean && \
|
|
||||||
$$MVN3$$ install && \
|
|
||||||
popd && \
|
|
||||||
sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/applicationVariants/i/*' -e '/lintOptions {/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.
|
||||||
|
|
Loading…
Reference in a new issue