Update Radiobeacon to 0.8.6 (14)
This commit is contained in:
parent
1d37aebf38
commit
b2155783bd
|
@ -77,6 +77,15 @@ Build:0.8.5,13
|
||||||
rm=android/app/libs/*.jar
|
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 && \
|
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
|
rm ../local.properties
|
||||||
|
|
||||||
|
Build:0.8.6,14
|
||||||
|
commit=v0.8.6
|
||||||
|
subdir=android/app
|
||||||
|
gradle=yes
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
Upstream is using ant, but building mapsforge from source requires gradle, which fails
|
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).
|
on the build server if called in an ant or maven project (or when called multiple times).
|
||||||
|
@ -87,6 +96,6 @@ mavenCentral. Can be removed if upstream accepts our gradle patches.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.8.5
|
Current Version:0.8.6
|
||||||
Current Version Code:13
|
Current Version Code:14
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue