Don't update Twidere to 0.3.0 (103): Dependencies
This commit is contained in:
parent
48e570f0d2
commit
b5f11c296a
|
@ -140,8 +140,22 @@ Build:0.3.0-dev-fdroid,98
|
||||||
rm -fR libs && \
|
rm -fR libs && \
|
||||||
echo -e "allprojects {\nsourceCompatibility = 1.7\ntargetCompatibility = 1.7\n}" >> ../build.gradle
|
echo -e "allprojects {\nsourceCompatibility = 1.7\ntargetCompatibility = 1.7\n}" >> ../build.gradle
|
||||||
|
|
||||||
|
Build:0.3.0,103
|
||||||
|
disable=needs dependency fixing
|
||||||
|
commit=ac58c878a976abada319407a5c0be0059c621899
|
||||||
|
subdir=twidere
|
||||||
|
submodules=yes
|
||||||
|
gradle=fdroid
|
||||||
|
srclibs=CWACMerge@v1.0.1,CWACSacklist@v1.0.1,MariotakuDragSort@0.6.1,MariotakuSlidingMenu@501a9988a4d95958fe634fc09d5dc332de7830b9
|
||||||
|
rm=twidere.wear,twidere.extension.push.xiaomi,twidere.donate.nyanwp.wear,libraries/SlidingMenu/example
|
||||||
|
prebuild=\
|
||||||
|
sed -i -e '/googleCompile/d' -e '/amazonaws/d' -e '/jitpack/d' build.gradle && \
|
||||||
|
cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \
|
||||||
|
cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java && \
|
||||||
|
sed -i -e '/xujiaao/d' ../build.gradle && \
|
||||||
|
sed -i -e '/wearApp/d' ../twidere.donate.nyanwp/build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
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
|
* 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:
|
* We might want to install CWAC into mavenLocal. Use this instead of copying:
|
||||||
sed -i -e '/googleCompile/d' -e "/twitter-text/acompile 'com.commonsware.cwac:merge:1.0.1'\ncompile 'com.commonsware.cwac:sacklist:1.0.0'" build.gradle && \
|
sed -i -e '/googleCompile/d' -e "/twitter-text/acompile 'com.commonsware.cwac:merge:1.0.1'\ncompile 'com.commonsware.cwac:sacklist:1.0.0'" build.gradle && \
|
||||||
|
@ -150,5 +164,4 @@ sed -i -e '/googleCompile/d' -e "/twitter-text/acompile 'com.commonsware.cwac:me
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:0.3.0
|
Current Version:0.3.0
|
||||||
Current Version Code:101
|
Current Version Code:103
|
||||||
|
|
||||||
|
|
3
srclibs/MariotakuDragSort.txt
Normal file
3
srclibs/MariotakuDragSort.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/mariotaku/DragSortListView
|
||||||
|
Subdir:library
|
3
srclibs/MariotakuSlidingMenu.txt
Normal file
3
srclibs/MariotakuSlidingMenu.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/mariotaku/SlidingMenu-Gradle
|
||||||
|
Subdir:library
|
Loading…
Reference in a new issue