Update ForvoDroid to 1.2 (3)
This commit is contained in:
parent
22fd9494ea
commit
2191fbf86d
|
@ -48,6 +48,20 @@ Build:1.1,2
|
||||||
find src/ -name *.java -exec sed -i 's/import com.google.htcfix.gson/import com.google.gson/g' {} \;
|
find src/ -name *.java -exec sed -i 's/import com.google.htcfix.gson/import com.google.gson/g' {} \;
|
||||||
target=android-19
|
target=android-19
|
||||||
|
|
||||||
|
Build:1.2,3
|
||||||
|
commit=1.2
|
||||||
|
srclibs=Google-Gson@gson-2.2.4,CommonsCodec@1_6,ForvoApi@558dfd3f51e03cd4a7e8328702a6d9bba070d5ae
|
||||||
|
rm=libs/*
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
prebuild=cp -r $$Google-Gson$$/src/main/java/com src/ && \
|
||||||
|
pushd $$CommonsCodec$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
cp $$CommonsCodec$$/target/commons-codec-1.6.jar libs/ && \
|
||||||
|
cp -r $$ForvoApi$$/src/ru src/ && \
|
||||||
|
find src/ -name *.java -exec sed -i 's/import com.google.htcfix.gson/import com.google.gson/g' {} \;
|
||||||
|
target=android-19
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Some/older HTC and Acer handsets ship with broken gson. Upstream used a
|
Some/older HTC and Acer handsets ship with broken gson. Upstream used a
|
||||||
repackaged gson lib, which we don't.
|
repackaged gson lib, which we don't.
|
||||||
|
@ -55,6 +69,6 @@ repackaged gson lib, which we don't.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.1
|
Current Version:1.2
|
||||||
Current Version Code:2
|
Current Version Code:3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue