From 651a319edd169b62d53c2c35915126382f2dfbb4 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 14 Dec 2014 20:45:19 -0500 Subject: [PATCH] Finish v1.0 update --- android_install.sh | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android_install.sh b/android_install.sh index 563eb78..e49b63f 100644 --- a/android_install.sh +++ b/android_install.sh @@ -3,7 +3,7 @@ COMPONENTS=" tools platform-tools -build-tools-21.1.1 +build-tools-21.1.2 android-21 extra-android-m2repository extra-android-support diff --git a/app/build.gradle b/app/build.gradle index 1cb07ee..c5fd0c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'kotlin-android' android { compileSdkVersion 21 - buildToolsVersion '21.1.1' + buildToolsVersion '21.1.2' defaultConfig { applicationId 'org.bspeice.minimalbible' minSdkVersion 8