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 | ab6a0b783804f1886c5d4adc59c6bbc169255462 (patch) | |
tree | ea33f2eefad5cfeb823c3f5087612e1ee3e1de70 /app/build.gradle | |
parent | bc0c14cc4fc3bdf047403a697bc8b0fe154a8689 (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 |