diff options
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 |