Update QuickDic (com.hughes.android.dictionary) to 5.0.1 (25)
This commit is contained in:
parent
5fcb6c0d75
commit
333028febf
|
|
@ -73,7 +73,9 @@ Build:3.3,21
|
||||||
|
|
||||||
Build:4.0.1,23
|
Build:4.0.1,23
|
||||||
commit=1950e66885eb
|
commit=1950e66885eb
|
||||||
init=git clone https://code.google.com/p/quickdic-dictionary.util/ Util
|
init=git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
|
||||||
|
cd Util && \
|
||||||
|
git checkout 6beac13a3bc6
|
||||||
rm=Dictionary_signed.apk
|
rm=Dictionary_signed.apk
|
||||||
prebuild=mkdir libs && \
|
prebuild=mkdir libs && \
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1Util@' project.properties && \
|
sed -i 's@\(android.library.reference.1=\).*@\1Util@' project.properties && \
|
||||||
|
|
@ -82,9 +84,21 @@ Build:4.0.1,23
|
||||||
ant clean collator transliterator moduleJar && \
|
ant clean collator transliterator moduleJar && \
|
||||||
mv icu4j.jar ../../libs/
|
mv icu4j.jar ../../libs/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:5.0.1,25
|
||||||
#Cross reference with version of apk in root directory
|
commit=3e6ba19f4949
|
||||||
Update Check Mode:RepoManifest
|
srclibs=1:QuickdicUtils@d57bfc6bcf5b;2:ActionBarSherlock@4.4.0
|
||||||
Current Version:5.0.0
|
rm=Dictionary_signed.apk
|
||||||
Current Version Code:24
|
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||||
|
cd jars/icu4j-52_1/ && \
|
||||||
|
ant clean collator transliterator moduleJar && \
|
||||||
|
mv icu4j.jar ../../libs/
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
No tags, but releases can be cross-referenced with the apk in the source repo.
|
||||||
|
.
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:5.0.1
|
||||||
|
Current Version Code:25
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue