From 49c7cc1aa227f12ea5704b41478e865e0d81efbb Mon Sep 17 00:00:00 2001 From: Declan Moran Date: Fri, 22 Mar 2019 16:08:03 +0100 Subject: [PATCH] update example app to test boost 1.69.0 with ndk 19c and new screenshot --- doIt.sh | 2 +- example_app/.idea/gradle.xml | 3 +++ example_app/.idea/misc.xml | 10 ++++++++-- example_app/local.properties | 10 ++++++---- example_app/screenshot.png | Bin 65582 -> 65914 bytes 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/doIt.sh b/doIt.sh index fa819f875..0de912eaf 100755 --- a/doIt.sh +++ b/doIt.sh @@ -21,7 +21,7 @@ BOOST_VERSION=1.69.0 #------------------------------------------------------------------------------------------ # Specify path to the (Google) Ndk (by default downloded to "..sdk/ndk-bundle" by android studio) -export ANDROID_NDK_ROOT=/home/declan/Documents/zone/mid/lib/android/sdk/ndk-bundle +export ANDROID_NDK_ROOT=/home/declan/Documents/zone/mid/lib/android/ndk/android-ndk-r19c #------------------------------------------------------------------------------------------ # Modify if desired diff --git a/example_app/.idea/gradle.xml b/example_app/.idea/gradle.xml index 7ac24c777..f43d42846 100644 --- a/example_app/.idea/gradle.xml +++ b/example_app/.idea/gradle.xml @@ -3,6 +3,9 @@