diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-12-23 00:51:36 -0500 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-12-23 00:51:36 -0500 |
commit | 23c5603b7f583687c9943276ae544701111ed90b (patch) | |
tree | 70895615a928030408b9489910383f28dd79c021 /app/build.gradle | |
parent | 24b89992903ccc52dbe3191ff501028f4839762c (diff) |
new gradle plugin and build tools
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 62ce2c36..cda1ac19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'eclipse' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion '23.0.2' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 |