Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2018-04-02 00:40:16 +02:00
parent 9f36ed06b8
commit c444f1fd28
7 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ android {
buildToolsVersion "27.0.3"
dependencies {
implementation 'com.android.support:support-annotations:27.0.2'
implementation "com.android.support:support-core-ui:27.0.2"
implementation 'com.android.support:support-annotations:27.1.0'
implementation "com.android.support:support-core-ui:27.1.0"
implementation project(":terminal-view")
}