diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-07 01:33:11 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-07 01:33:11 -0600 |
commit | e01813487fd770f636c7f8e1a4327873611abb9a (patch) | |
tree | a9e82b3db0fbff8269900ce8cf587b67e1b4421d /app | |
parent | 137325d3cc718a6b7e2d5ab9a21fcb35f1e79edb (diff) |
app: Upgrade to build tools version 27.0.3
Signed-off-by: Samuel Holland <samuel@sholland.org>
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 4620cfcd..4266036c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - buildToolsVersion '27.0.2' + buildToolsVersion '27.0.3' buildTypes { release { minifyEnabled false |