diff options
author | Samuel Holland <samuel@sholland.org> | 2017-12-26 14:00:19 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-12-26 14:00:19 -0600 |
commit | e3a22e27c4568df8c7c9b38bd228f255ce646cf4 (patch) | |
tree | ea33f2eefad5cfeb823c3f5087612e1ee3e1de70 /app/build.gradle | |
parent | cd105312ca3fdd9ceb0a0dfedc3b2112fe08908e (diff) |
app: Upgrade to build tools 27.0.2
Signed-off-by: Samuel Holland <samuel@sholland.org>
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 ff394039..b0e428dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - buildToolsVersion '27.0.1' + buildToolsVersion '27.0.2' buildTypes { release { minifyEnabled false |