diff options
| author | Ryan Meredith <rwm@udel.edu> | 2018-03-28 16:38:22 -0400 |
|---|---|---|
| committer | Ryan Meredith <rwm@udel.edu> | 2018-03-28 16:38:22 -0400 |
| commit | 00db87e304451dc06a0c7682e39e2e5e36c8a347 (patch) | |
| tree | 271bd8d96e83b4e664fc2f6e6a9ecf16d3f17418 /Source/Android/app | |
| parent | b4e9bef25c87489e3865a7f5d4f505027fdfa908 (diff) | |
Android: Updates for Android Studio 3.1
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 02ca2e8b3a..92c7df2727 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '27.0.3' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 |
