Update Twidere to 0.3.0-dev-130 (130)

This commit is contained in:
Boris Kraut 2015-10-27 19:51:09 +01:00
parent ce7369e20c
commit 2611ad053f

View file

@ -491,6 +491,18 @@ Build:0.3.0-dev-128,128
sed -i -e '/versionNameSuffix String/aversionNameSuffix "-dev-$$VERCODE$$"' build.gradle && \
sed -i -e '/versionNameSuffix String/d' build.gradle
Build:0.3.0-dev-130,130
commit=0.3.0-dev151026
subdir=twidere
submodules=yes
gradle=fdroid
rm=twidere.wear,twidere.extension.push.xiaomi,twidere.donate.nyanwp.wear,libraries/SlidingMenu/example
prebuild=sed -i -e '/googleCompile/d' -e 's/com.commonsware.cwac:layouts/com.github.commonsguy:cwac-layouts/g' -e 's/com.commonsware.cwac:merge/com.github.commonsguy:cwac-merge/g' -e '' -e 's@https://s3.amazonaws.com/repo.commonsware.com@https://jitpack.io@g' build.gradle && \
sed -i -e '/xujiaao/d' ../build.gradle && \
sed -i -e '/wearApp/d' ../twidere.donate.nyanwp/build.gradle && \
sed -i -e '/versionNameSuffix String/aversionNameSuffix "-dev-$$VERCODE$$"' build.gradle && \
sed -i -e '/versionNameSuffix String/d' build.gradle
Maintainer Notes:
* JonSerializer issues when using srclib, see: https://github.com/TwidereProject/Twidere-Android/issues/37
* We might want to install CWAC into mavenLocal. Use this instead of copying: