OpenBikeSharing: Fix build
This commit is contained in:
parent
bc0d2034f9
commit
4d59c272a4
|
@ -105,6 +105,11 @@ Build:1.7.2,15
|
|||
commit=v1.7.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=OSMBonusPack@v5.1
|
||||
rm=app/libs/*.jar
|
||||
prebuild=sed -i -e 's/v4:22.1.0/v4:22.0.0/g' -e '/osmbonuspack/d' -e '/support-v4/acompile "com.google.code.gson:gson:2.3.1"\ncompile "org.apache.commons:commons-lang3:3.4"' -e '/applicationVariants/,+3d' build.gradle && \
|
||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/ && \
|
||||
sed -i -e '/\/\/TODO/d' src/main/java/org/osmdroid/bonuspack/clustering/GridMarkerClusterer.java
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
|
|
3
srclibs/OSMBonusPack.txt
Normal file
3
srclibs/OSMBonusPack.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/MKergall/osmbonuspack
|
||||
Subdir:OSMBonusPack
|
Loading…
Reference in a new issue