summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2015-06-07 22:42:43 +0100
committerArne Schwabe <arne@rfc2549.org>2015-06-07 22:42:43 +0100
commitd5c8ac357d8746acf374293514e30dc808e0da03 (patch)
tree2bac74cff1b0387babb6634d17b8b03d3c57f43f /remoteExample
parente29cd8ba29733d4a2d3877cd44d79f61f2ca8808 (diff)
Update gradle files, new version
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 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"
}