summaryrefslogtreecommitdiff
path: root/remoteExample/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r--remoteExample/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index fd3b1e23..c305f843 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
- buildToolsVersion '25.0.0'
+ buildToolsVersion '25.0.2'
defaultConfig {
minSdkVersion 15
- targetSdkVersion 23
+ targetSdkVersion 25
versionCode 1
versionName "1.0"
}