diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-10-16 21:48:45 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-10-16 21:48:45 +0200 |
commit | 8c87118e7e40b591fbdde92758daf00a0e347871 (patch) | |
tree | 4bfaf142cff9a0ecb08772c62b3b133dfb9629c2 /app | |
parent | fd56da5c6e4f75668447be499de7e4a746fd62ba (diff) |
try to fix the travis build :/
Diffstat (limited to 'app')
-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 1eafebbe..00636b1d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'eclipse' android { compileSdkVersion 24 - buildToolsVersion '24.0.1' + buildToolsVersion '24.0.2' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 |