diff options
author | 2016-05-17 16:09:08 +0200 | |
---|---|---|
committer | 2016-05-17 16:09:08 +0200 | |
commit | 38568d0a58037a84279f53b579f6bf7bda9a7bc9 (patch) | |
tree | 8c2e9c7cdbda194efd7f677abf820f6c52ff619f /android-project | |
parent | cb8f19af6640f06a00aaa927ccca7ece96c9d740 (diff) |
update to latest build tools for Android (nw)
Diffstat (limited to 'android-project')
-rw-r--r-- | android-project/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android-project/app/build.gradle b/android-project/app/build.gradle index 1e913c88438..4ee2ec059e7 100644 --- a/android-project/app/build.gradle +++ b/android-project/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 18 - buildToolsVersion "22.0.1" + buildToolsVersion "23.0.3" defaultConfig { applicationId "org.mamedev.mame" |