84 lines
2.8 KiB
YAML
84 lines
2.8 KiB
YAML
|
Categories:
|
||
|
- Reading
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/jfreax/OpenLaw
|
||
|
IssueTracker: https://github.com/jfreax/OpenLaw/issues
|
||
|
|
||
|
AutoName: OpenLaw
|
||
|
Description: |-
|
||
|
Access more than 6000 German laws directly from your phone. This app is mostly
|
||
|
for German-speaking people.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/jfreax/OpenLaw.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.5.1
|
||
|
versionCode: 8
|
||
|
commit: 0b9080bd4492
|
||
|
init:
|
||
|
- echo -e 'android.library=true\ntarget=android-16' > extern/viewPageIndicator/project.properties
|
||
|
- sed -i 's/Google Inc.:Google APIs:17/android-17/g' extern/actionbarsherlock/project.properties
|
||
|
- rm -f extern/android-async-http/build.xml
|
||
|
- rm libs/support-v4-r7.jar
|
||
|
prebuild: count=1; for dir in extern/*/; do echo "android.library.reference.$count=$dir"
|
||
|
>> project.properties; count=$(($count+1)); $$SDK$$/tools/android update project
|
||
|
-p $dir; done
|
||
|
target: android-18
|
||
|
|
||
|
- versionName: '0.6'
|
||
|
versionCode: 9
|
||
|
commit: adf99e8408b62a2c17a
|
||
|
init:
|
||
|
- echo -e 'android.library=true\ntarget=android-16' > extern/viewPageIndicator/project.properties
|
||
|
- sed -i 's/Google Inc.:Google APIs:17/android-17/g' extern/actionbarsherlock/project.properties
|
||
|
- rm -f extern/android-async-http/build.xml
|
||
|
- cp libs/android-support-v4.jar extern/actionbarsherlock/libs/android-support-v4.jar
|
||
|
- cp libs/android-support-v4.jar extern/viewPageIndicator/libs/android-support-v4.jar
|
||
|
androidupdate:
|
||
|
- .
|
||
|
- extern/actionbarsherlock
|
||
|
- extern/android-async-http
|
||
|
- extern/viewPageIndicator
|
||
|
- extern/AmazingListView
|
||
|
target: android-17
|
||
|
|
||
|
- versionName: '0.8'
|
||
|
versionCode: 11
|
||
|
commit: v0.8
|
||
|
submodules: true
|
||
|
init:
|
||
|
- echo "android.library.reference.1=../../ActionBarSherlock/actionbarsherlock"
|
||
|
>> extern/UnifiedPreference/library/project.properties
|
||
|
- rm -f extern/android-async-http/build.xml
|
||
|
androidupdate:
|
||
|
- .
|
||
|
- extern/Android-ViewPagerIndicator/library
|
||
|
- extern/AmazingListView
|
||
|
- extern/android-async-http
|
||
|
- extern/ActionBarSherlock/actionbarsherlock
|
||
|
- extern/UnifiedPreference/library
|
||
|
- extern/NineOldAndroids/library
|
||
|
|
||
|
- versionName: 0.8.1
|
||
|
versionCode: 12
|
||
|
commit: v0.8.1
|
||
|
submodules: true
|
||
|
init:
|
||
|
- echo "android.library.reference.1=../../ActionBarSherlock/actionbarsherlock"
|
||
|
>> extern/UnifiedPreference/library/project.properties
|
||
|
- rm -f extern/android-async-http/build.xml
|
||
|
androidupdate:
|
||
|
- .
|
||
|
- extern/Android-ViewPagerIndicator/library
|
||
|
- extern/AmazingListView
|
||
|
- extern/android-async-http
|
||
|
- extern/ActionBarSherlock/actionbarsherlock
|
||
|
- extern/UnifiedPreference/library
|
||
|
- extern/NineOldAndroids/library
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 0.8.1
|
||
|
CurrentVersionCode: 12
|