summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-08-17 14:17:38 -0700
committerPierre GRANDIN <grandinp@altern.org>2015-08-17 14:17:38 -0700
commit6d6cacd74edb54d389b7dee1803a450721ab943a (patch)
tree2ea8818bdfc9afea9f9a7308df4e8290f1db1277
parentb406b53312afe8e75e76b9db3acbf6c2705f1fd9 (diff)
downloadnavit-6d6cacd74edb54d389b7dee1803a450721ab943a.tar.gz
Bumping android version to 6137 for the CI builds
-rw-r--r--ci/build_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_android.sh b/ci/build_android.sh
index 559dd31fa..84ec75664 100644
--- a/ci/build_android.sh
+++ b/ci/build_android.sh
@@ -131,7 +131,7 @@ cd $BUILD_PATH
export PATH=$ANDROID_NDK_BIN:$ANDROID_SDK_TOOLS:$ANDROID_SDK_PLATFORM_TOOLS:$PATH
android list targets
svn_rev=` cd ~/navit/; git log -1|grep git-svn-id:|cut -c 65-68`
-if [[ "$svn_rev" == "" ]]; then svn_rev="6136"; fi # Workaround for git-only builds
+if [[ "$svn_rev" == "" ]]; then svn_rev="6137"; fi # Workaround for git-only builds
sed -i -e "s/ANDROID_VERSION_INT=\"0\"/ANDROID_VERSION_INT=\"${svn_rev}\"/g" ~/navit/navit/android/CMakeLists.txt
cp ~/navit/navit/android/CMakeLists.txt $CIRCLE_ARTIFACTS/