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

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion "27.0.2" buildToolsVersion "27.0.3"
dependencies { dependencies {
implementation 'com.android.support:support-annotations:27.0.2' implementation 'com.android.support:support-annotations:27.0.2'

View File

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