summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2017-06-13 12:14:47 +0200
committerArne Schwabe <arne@rfc2549.org>2017-06-13 13:28:40 +0200
commit1b6f7d1114f1d28bb8d3a878769de8d43c4ee9c8 (patch)
tree728910afab8a50824742c635aa8a9e2877a8854f /remoteExample
parent165fd84d58e8707fd5597268fd449ac0e874a69f (diff)
Update travis to match current configuration
Diffstat (limited to 'remoteExample')
-rw-r--r--remoteExample/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index 31fe7c96..7e063c75 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -6,12 +6,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 25
- buildToolsVersion '25.0.3'
+ compileSdkVersion 26
+ buildToolsVersion '26.0.0'
defaultConfig {
minSdkVersion 15
- targetSdkVersion 25
+ targetSdkVersion 26
versionCode 1
versionName "1.0"
}