Update Open Training (de.skubware.opentraining) to 0.6 (22)
This commit is contained in:
parent
5272549e70
commit
570fe53a14
|
|
@ -9,10 +9,10 @@ Summary:Plan your fitness training
|
||||||
Description:
|
Description:
|
||||||
Create a fitness plan by targeting specific muscles and selecting from
|
Create a fitness plan by targeting specific muscles and selecting from
|
||||||
the list.
|
the list.
|
||||||
When you've created a
|
|
||||||
set you can export a spreadsheet to html for printing.
|
When you've created a set you can export a spreadsheet to html for printing.
|
||||||
Some of the exercise names are in German but
|
Some of the exercise names are in German but that shouldn't affect the app
|
||||||
that shouldn't affect the app usage.
|
usage.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -60,6 +60,15 @@ Build:0.5.1,19
|
||||||
echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties && \
|
echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties && \
|
||||||
$$SDK$$/tools/android update lib-project --path ./appcompat/
|
$$SDK$$/tools/android update lib-project --path ./appcompat/
|
||||||
|
|
||||||
|
Build:0.6,22
|
||||||
|
commit=v0.6
|
||||||
|
subdir=app
|
||||||
|
target=android-18
|
||||||
|
extlibs=junit/junit-4.10.jar
|
||||||
|
prebuild=cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/ && \
|
||||||
|
echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties && \
|
||||||
|
$$SDK$$/tools/android update lib-project --path ./appcompat/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.6
|
Current Version:0.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue