Update CV of Twidere to 0.3.0-dev (99)
This commit is contained in:
parent
7decacd507
commit
a9447ce693
|
@ -38,8 +38,8 @@ donations.
|
|||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/TwidereProject/Twidere-Android
|
||||
#Repo:https://github.com/mariotaku/twidere.git
|
||||
|
||||
#Repo:https://github.com/mariotaku/twidere.git
|
||||
Build:0.2.9.5,81
|
||||
disable=repo changed
|
||||
commit=0.2.9.5
|
||||
|
@ -124,17 +124,22 @@ Build:0.2.9.12,94
|
|||
Build:0.3.0-dev-fdroid,98
|
||||
commit=49742e744692a213668a7855f75148b5f00877a0
|
||||
subdir=twidere
|
||||
srclibs=CWACMerge@v1.0.1,CWACSacklist@v1.0.1
|
||||
submodules=yes
|
||||
gradle=fdroid
|
||||
srclibs=CWACMerge@v1.0.1,CWACSacklist@v1.0.1
|
||||
rm=twidere.wear,libraries/SlidingMenu/example
|
||||
prebuild=sed -i -e '/googleCompile/d' build.gradle && \
|
||||
cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \
|
||||
cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java && \
|
||||
pushd libs && jar xf jsonserializer-*.jar && jar xf dnsjava-ipv6-1.0-with-sources.jar && find -regex ".+\.\(a\|dll\|so\|exe\|lib\|class\)" -type f -delete && cp -fR org ../src/main/java/ && popd && rm -fR libs && \
|
||||
pushd libs && \
|
||||
jar xf jsonserializer-*.jar && \
|
||||
jar xf dnsjava-ipv6-1.0-with-sources.jar && \
|
||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\|class\)" -type f -delete && \
|
||||
cp -fR org ../src/main/java/ && \
|
||||
popd && \
|
||||
rm -fR libs && \
|
||||
echo -e "allprojects {\nsourceCompatibility = 1.7\ntargetCompatibility = 1.7\n}" >> ../build.gradle
|
||||
|
||||
|
||||
Maintainer Notes:
|
||||
* JavaNetDns issue when using dnsjava srclib: package sun.net.spi.nameservice does not exist
|
||||
* JonSerializer issues when using srclib, see: https://github.com/TwidereProject/Twidere-Android/issues/37
|
||||
|
@ -145,5 +150,5 @@ sed -i -e '/googleCompile/d' -e "/twitter-text/acompile 'com.commonsware.cwac:me
|
|||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.3.0-dev
|
||||
Current Version Code:98
|
||||
Current Version Code:99
|
||||
|
||||
|
|
Loading…
Reference in a new issue