diff options
Diffstat (limited to 'remoteExample/build.gradle')
-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 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" } |