Merge branch 'vertretungsplan' into 'master'
Update build script for Vertretungsplan.... somewhat Looks ugly and doesn't build, yet. However, it looks like it should not be that difficult to fix..?
This commit is contained in:
commit
0d151bda33
|
@ -15,9 +15,18 @@ Repo Type:git
|
|||
Repo:https://github.com/johan12345/ls-vertretungsplan.git
|
||||
|
||||
Build:2.1.11,18
|
||||
disable=libs
|
||||
commit=41a4950bab304b2678dabdeac9d335fa4701f7af
|
||||
disable=submodules fail
|
||||
commit=b97a2be30b1bb504a90178e6638305102d34e959
|
||||
submodules=yes
|
||||
subdir=Vertretungsplan
|
||||
target=android-19
|
||||
extlibs=jsoup/jsoup-1.7.2.jar,android/android-support-v4.jar
|
||||
srclibs=1:NoAnalytics@v0.3.1,Google-Gson@gson-2.2.4,ACRA@acra-4.5.0
|
||||
prebuild=sed -i -e 's@\\\\@/@g' project.properties && \
|
||||
cd libs && rm acra-*jar gson-*jar jsoup-*jar support-v4-*jar libGoogleAnalytics*jar && cd .. && \
|
||||
cp -r $$ACRA$$/src/main/java/org src/ && \
|
||||
cp -r $$Google-Gson$$/src/main src/main && \
|
||||
cp libs/android-support-v4.jar ../libraries/pagerslidingtabstrip/library/libs/android-support-v4.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
2
srclibs/ACRA.txt
Normal file
2
srclibs/ACRA.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/ACRA/acra
|
Loading…
Reference in a new issue