mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update CV of SimpleDo to 1.2.0 (4)
This commit is contained in:
parent
03f9e196f0
commit
bdf6959320
1 changed files with 8 additions and 4 deletions
|
|
@ -15,10 +15,14 @@ Repo:https://github.com/JamesFrost/SimpleDo
|
||||||
|
|
||||||
Build:1.1.2,3
|
Build:1.1.2,3
|
||||||
commit=343495edeb529845f0c95fa9800c63fe190c40af
|
commit=343495edeb529845f0c95fa9800c63fe190c40af
|
||||||
|
srclibs=JodaTime@v2.5
|
||||||
rm=out
|
rm=out
|
||||||
extlibs=android/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
srclibs=JodaTime@v2.5
|
prebuild=pushd $$JodaTime$$ && \
|
||||||
prebuild=pushd $$JodaTime$$ && $$MVN3$$ package && popd && mkdir -p libs && cp $$JodaTime$$/target/*.jar libs/
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
mkdir -p libs && \
|
||||||
|
cp $$JodaTime$$/target/*.jar libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Check if 1.1.2+ gets tagged, set UCM and maybe AUM.
|
Check if 1.1.2+ gets tagged, set UCM and maybe AUM.
|
||||||
|
|
@ -26,6 +30,6 @@ Check if 1.1.2+ gets tagged, set UCM and maybe AUM.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.1.2
|
Current Version:1.2.0
|
||||||
Current Version Code:3
|
Current Version Code:4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue