diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-11-26 23:42:42 -0500 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-11-26 23:51:44 -0500 |
commit | 5d9b51c42e4077d5975c2b74262e9ca78a6ed5a7 (patch) | |
tree | b005c8ed267caf283477ac5b083a7f09e430417f /remoteExample | |
parent | 7b0af007a717c72d957ed413bb91ae17da9343a1 (diff) |
Build tool versions
Diffstat (limited to 'remoteExample')
-rw-r--r-- | remoteExample/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 31049d5d..cae24e03 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -6,12 +6,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 26 - buildToolsVersion '26.0.2' + compileSdkVersion 27 + buildToolsVersion '27.0.1' defaultConfig { minSdkVersion 15 - targetSdkVersion 26 + targetSdkVersion 27 versionCode 1 versionName "1.0" } |