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

@@ -21,7 +21,7 @@ android {
buildToolsVersion "27.0.3"
dependencies {
implementation 'com.android.support:support-annotations:27.0.2'
implementation 'com.android.support:support-annotations:27.1.0'
api project(":terminal-emulator")
}