change com.andrew.apollo repo url to use CM repo
Doesn't look like the original repo will get any more updates. The CM repo is on version 1.1 for a long while . Best thing would be to wait for the next tag regardless of whether the version is bumped.
This commit is contained in:
parent
94f4c7c2aa
commit
0d62f74549
|
@ -1,6 +1,6 @@
|
|||
Category:Multimedia
|
||||
License:Apache2
|
||||
Website:https://github.com/adneal/Apollo-CM
|
||||
Web Site:
|
||||
Source Code:https://github.com/adneal/Apollo-CM
|
||||
Issue Tracker:http://code.google.com/p/apollo-music-player/issues/list
|
||||
Donate:http://www.cyanogenmod.org
|
||||
|
@ -17,22 +17,24 @@ remove the Android 2.3 support in subsequent versions.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
#Also master branch https://github.com/CyanogenMod/android_packages_apps_Apollo
|
||||
Repo:https://github.com/adneal/Apollo-CM
|
||||
#Repo:https://github.com/adneal/Apollo-CM
|
||||
Repo:https://github.com/CyanogenMod/android_packages_apps_Apollo
|
||||
|
||||
Build Version:1.0,1,9102afb63c,patch=lyrics.patch,\
|
||||
srclibs=ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;AppMsg@d5859f0cc4,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.3=\).*@\1$$AppMsg$$@' project.properties && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
|
||||
cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs && \
|
||||
rm src/com/andrew/apollo/lyrics/LyricsWikiProvider.java \
|
||||
src/com/andrew/apollo/ui/fragments/LyricsFragment.java && \
|
||||
find . -type f -print0 | xargs -0 sed -i 's/Crouton/AppMsg/g' && \
|
||||
sed -i '/proguard/d' project.properties
|
||||
#Build Version:1.0,1,9102afb63c,patch=lyrics.patch,\
|
||||
#srclibs=ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;AppMsg@d5859f0cc4,\
|
||||
#prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
#sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||
#sed -i 's@\(android.library.reference.3=\).*@\1$$AppMsg$$@' project.properties && \
|
||||
#cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
|
||||
#cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs && \
|
||||
#rm src/com/andrew/apollo/lyrics/LyricsWikiProvider.java \
|
||||
#src/com/andrew/apollo/ui/fragments/LyricsFragment.java && \
|
||||
#find . -type f -print0 | xargs -0 sed -i 's/Crouton/AppMsg/g' && \
|
||||
#sed -i '/proguard/d' project.properties
|
||||
Build Version:1.1,2,!wait for tag (on cm-10.1),target=android-17,extlibs=android/android-support-v4.jar
|
||||
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
||||
|
|
Loading…
Reference in a new issue