summaryrefslogtreecommitdiff
path: root/remoteExample/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r--remoteExample/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index 78361ba5..1b5875ae 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ compileSdkVersion 22
+ buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 15
- targetSdkVersion 21
+ targetSdkVersion 22
versionCode 1
versionName "1.0"
}