Update Twidere to 0.2.9.9 and added srclibs that it requires:
HoloAccent, MenuComponent and SmoothProgressBar
This commit is contained in:
parent
4bb115733e
commit
4d598bf0e6
|
@ -159,6 +159,18 @@ Build:0.2.9.8-update2,90
|
|||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
|
||||
Build:0.2.9.9,91
|
||||
disable=java problems http://sprunge.us/Zaij
|
||||
commit=8a07f3a809
|
||||
init=rm libs/android-support-v13.jar
|
||||
extlibs=android/android-support-v4.jar;android/android-support-v13.jar
|
||||
srclibs=1:ActionBar-PullToRefresh@v0.9.2;2:drag-sort-listview@0.6.1;3:SlidingMenu@7ebe32772;4:SmoothProgressBar@v0.3.2;5:HoloAccent@v0.9;6:MenuComponent@ee3d4ac2e2
|
||||
prebuild=rm -rf dist/ art/ && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$HoloAccent$$/libs/ && \
|
||||
mkdir $$MenuComponent$$/libs/ && cp libs/android-support-v4.jar $$MenuComponent$$/libs/
|
||||
|
||||
Maintainer Notes:
|
||||
Tags are for the 'dev' branch, not the 'fdroid' branch that we want to use.
|
||||
.
|
||||
|
|
7
srclibs/HoloAccent.txt
Normal file
7
srclibs/HoloAccent.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/negusoft/holoaccent.git
|
||||
|
||||
Subdir:HoloAccent
|
||||
|
||||
Update Project:Yes
|
||||
|
8
srclibs/MenuComponent.txt
Normal file
8
srclibs/MenuComponent.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/mariotaku/Android-MenuComponent.git
|
||||
|
||||
Subdir:library
|
||||
|
||||
Update Project:Yes
|
||||
|
||||
|
7
srclibs/SmoothProgressBar.txt
Normal file
7
srclibs/SmoothProgressBar.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/castorflex/SmoothProgressBar.git
|
||||
|
||||
Subdir:library/src/main
|
||||
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties
|
||||
Update Project:Yes
|
||||
|
Loading…
Reference in a new issue