summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-02-15 11:58:35 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2018-02-15 11:58:35 +0100
commit46e76a564882f4297d9f3a0644aeb758dbf9f276 (patch)
tree9d043806d12706258f499815a2ca8aa7bc5c1f7f
parent4f9d02563c5c47638f8826ed7df6c3b87a4991b2 (diff)
downloadRustAndDust-46e76a564882f4297d9f3a0644aeb758dbf9f276.zip
RustAndDust-46e76a564882f4297d9f3a0644aeb758dbf9f276.tar.gz
update android sdk
-rw-r--r--android/build.gradle4
-rwxr-xr-xrun4
2 files changed, 6 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 39c7e94..146a880 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,6 +1,6 @@
android {
- buildToolsVersion "24.0.0"
- compileSdkVersion 23
+ buildToolsVersion "27.0.3"
+ compileSdkVersion 27
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
diff --git a/run b/run
index 8c34daf..7233a49 100755
--- a/run
+++ b/run
@@ -23,6 +23,10 @@ case "$1" in
"a")
shift;
ARGS="android:installDebug android:run $@"
+ echo "Build Tool : $(pacman -Qi android-sdk-build-tools | sed -n 's/Version\s\+:\s\+r\(.*\)/\1/p')"
+ echo "SDK : $(pacman -Qi android-sdk-platform-tools | sed -n 's/Version\s\+:\s\+\(.*\)/\1/p')"
+ cat android/build.gradle | grep buildToolsVersion
+ cat android/build.gradle | grep compileSdkVersion
gradlew_do
echo "on failure: sudo adb kill-server; (sudo adb start-server;) sudo adb devices"
echo " adb logcat RustAndDust:D *:S"