Radiobeacon: Use gradle

This commit is contained in:
Boris Kraut 2015-06-11 22:16:38 +02:00
parent 5feb25e7f3
commit 665e306c21

View file

@ -70,14 +70,13 @@ Build:0.8.4,12
prebuild=sed -i -e 's/0.4.3/0.5.0-rc1/g' -e '/svg-android/d' build.gradle
Build:0.8.5,13
disable=resource error
commit=v0.8.5
subdir=android
patch=openbmap-gradle.patch
disable=res already defined
commit=6065846cbfcb
subdir=android/app
gradle=yes
rm=android/libs/*jar
prebuild=sed -i -e 's/0.4.3/0.5.1/g' -e '/svg-android/d' build.gradle
rm=android/app/libs/*.jar
prebuild=sed -i -e '/jar/d' -e 's/minSdkVersion 8/minSdkVersion 9/g' -e '/support-v4/acompile "com.caverock:androidsvg:1.2.1"\ncompile "org.apache.commons:commons-lang3:3.4"\ncompile "org.apache.httpcomponents:httpmime:4.2.3"\ncompile "com.jjoe64:graphview:3.1.3"\ncompile "org.mapsforge:mapsforge-core:0.5.1"\ncompile "org.mapsforge:mapsforge-map:0.5.1"\ncompile "org.mapsforge:mapsforge-map-reader:0.5.1"\ncompile "org.mapsforge:mapsforge-map-android:0.5.1"' build.gradle && \
rm ../local.properties
Maintainer Notes:
Upstream is using ant, but building mapsforge from source requires gradle, which fails
on the build server if called in an ant or maven project (or when called multiple times).