Bump some dependency versions

This commit is contained in:
Fredrik Fornwall
2018-02-06 23:30:28 +01:00
parent 48fab33b79
commit c2ab5bcd50
2 changed files with 3 additions and 3 deletions

View File

@@ -18,10 +18,10 @@ ext {
android {
compileSdkVersion 27
buildToolsVersion "27.0.2"
buildToolsVersion "27.0.3"
dependencies {
implementation 'com.android.support:support-annotations:27.0.0'
implementation 'com.android.support:support-annotations:27.0.2'
api project(":terminal-emulator")
}