Update AnagramSolver to 2.4 (18) + Tags UCM
This commit is contained in:
parent
b89b5d55f7
commit
be0d800f23
|
@ -21,7 +21,8 @@ Repo:https://github.com/uberspot/AnagramSolver.git
|
|||
Build:1.9,10
|
||||
commit=1801cd4610c12dbf17
|
||||
srclibs=ActionBarSherlock@4.4.0
|
||||
prebuild=echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties && cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
prebuild=echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Build:2.0,11
|
||||
commit=e183274989
|
||||
|
@ -60,6 +61,13 @@ Build:2.21,16
|
|||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
||||
git submodule update --init
|
||||
|
||||
Build:2.4,18
|
||||
commit=v2.4
|
||||
submodules=yes
|
||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
||||
echo 'android.library.reference.2=external/changelog/library' >> project.properties && \
|
||||
echo 'android.library.reference.3=external/storageutils' >> project.properties
|
||||
|
||||
Maintainer Notes:
|
||||
No tags, and historically no clear marking of release points in commit comments.
|
||||
Look out for binary apk changing in source repo though.
|
||||
|
@ -72,7 +80,7 @@ Update: Recently using tags - maybe can switch to those for UCM if consistent.
|
|||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.4
|
||||
Current Version Code:18
|
||||
|
||||
|
|
Loading…
Reference in a new issue