diff options
author | zeapo <mohamed@zenadi.com> | 2017-10-30 23:08:30 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-10-30 23:08:30 +0100 |
commit | db97bb7b2685a1308e3921d2967c6d2a15edf455 (patch) | |
tree | 58a07e38dc163e8446d91891e64694b7786d7c3f /app/build.gradle | |
parent | 07b74de908d0de6708f70569fa747cdcf022feaf (diff) |
update buildToolsVersion and travis
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 80948dfe..6e58dddf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'eclipse' android { compileSdkVersion 27 - buildToolsVersion '26.0.2' + buildToolsVersion '27.0.0' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 16 |