update com.hughes.android.dictionary to 4.0
This commit is contained in:
parent
79ac9c57ef
commit
6da657daa6
|
@ -1,13 +1,15 @@
|
||||||
Category:Office
|
Category:Office
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:http://code.google.com/p/quickdic-dictionary/
|
Web Site:http://code.google.com/p/quickdic-dictionary/
|
||||||
Source Code:http://code.google.com/p/quickdic-dictionary/source/checkout
|
Source Code:http://code.google.com/p/quickdic-dictionary/source/list
|
||||||
Issue Tracker:http://code.google.com/p/quickdic-dictionary/issues/list
|
Issue Tracker:http://code.google.com/p/quickdic-dictionary/issues/list
|
||||||
|
|
||||||
Summary:Offline translation dictionary
|
Summary:Offline translation dictionary
|
||||||
Description:
|
Description:
|
||||||
Uses data from Wiktionary and Beolingus to generate dictionary files that can
|
Uses data from Wiktionary and Beolingus to generate dictionary files that can
|
||||||
be used offline.
|
be used offline. These can be downloaded from within the app.
|
||||||
|
Learn how to construct your own dictionaries by viewing
|
||||||
|
the wiki page on the website.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -53,9 +55,16 @@ git checkout 2781abb3e8f4 && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
cp -r Util/src . && \
|
cp -r Util/src . && \
|
||||||
rm -rf Util/
|
rm -rf Util/
|
||||||
|
Build Version:4.0,22,c896ab82ce49,rm=Dictionary_signed.apk,\
|
||||||
|
init=git clone https://code.google.com/p/quickdic-dictionary.util/ Util,prebuild=mkdir libs && \
|
||||||
|
sed -i '29d' Util/src/com/hughes/util/StringUtil.java && \
|
||||||
|
sed -i 's@\(android.library.reference.1=\).*@\1Util@' project.properties && \
|
||||||
|
cd jars/icu4j-4_8_1_1/ && sed -i '108d' build.xml && ant clean collator transliterator moduleJar && \
|
||||||
|
mv icu4j.jar ../../libs/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
#Cross reference with version of apk in root directory
|
||||||
Current Version:4.0.1
|
Update Check Mode:RepoManifest
|
||||||
Current Version Code:23
|
Current Version:4.0
|
||||||
|
Current Version Code:22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue