Update AnagramSolver (com.as.anagramsolver) to 2.0 (11)
This commit is contained in:
parent
cfa5c4609d
commit
e86b809096
|
@ -23,6 +23,25 @@ Build:1.9,10
|
||||||
srclibs=ActionBarSherlock@4.4.0
|
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
|
||||||
|
submodules=no
|
||||||
|
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
|
||||||
|
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
|
||||||
|
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 && \
|
||||||
|
git submodule init && \
|
||||||
|
git submodule update
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
No tags, and no clear marking of release points in commit comments.
|
||||||
|
|
||||||
|
Uses git submodules for dependencies after 2.0, but the project.properties
|
||||||
|
indicates that the developer is not actually using them, so beware of
|
||||||
|
versioning discrepancies for those.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:2.0
|
Current Version:2.0
|
||||||
|
|
Loading…
Reference in a new issue