diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2014-05-15 20:18:48 +1000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2014-05-15 20:18:48 +1000 |
commit | cb205c8b560b78526dcb75b4c3ceb0fbfac75fe4 (patch) | |
tree | 071d23647ad3e791aca71e7a6f07d937f029f813 /android/android.make | |
parent | 01cbb795e9a059238f0e39d44d279c1d52874e06 (diff) |
Fix android SDK version and the yes/no screen title
Change-Id: I84a067adcc83291de5131c88483f400d38bea15b
Diffstat (limited to 'android/android.make')
-rw-r--r-- | android/android.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/android.make b/android/android.make index 4c93aa72cc..0b6a32a9df 100644 --- a/android/android.make +++ b/android/android.make @@ -32,7 +32,7 @@ ANDROID_PLATFORM_VERSION=19 ANDROID_PLATFORM=$(ANDROID_SDK_PATH)/platforms/android-$(ANDROID_PLATFORM_VERSION) # android tools -BUILD_TOOLS_VERSION=19.0.3 +BUILD_TOOLS_VERSION=19.1.0 AAPT=$(ANDROID_SDK_PATH)/build-tools/$(BUILD_TOOLS_VERSION)/aapt DX=$(ANDROID_SDK_PATH)/build-tools/$(BUILD_TOOLS_VERSION)/dx ZIPALIGN=$(ANDROID_SDK_PATH)/tools/zipalign |