summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-11-18 22:56:08 +0100
committerArne Schwabe <arne@rfc2549.org>2014-11-18 22:56:08 +0100
commitb0c8c16480d9967c98be203e4392ed834974d962 (patch)
tree1ba68f9dad5036999d90ae2af1a241adbf18be74 /remoteExample
parente9c8ea835a8d2679fa919519b4d23ca7139d988b (diff)
Implement Viewpager/Sliding tabs in the main activity
--HG-- extra : rebase_source : 7deb64357ecc003893d342ef34b2a8999aee12be
Diffstat (limited to 'remoteExample')
-rw-r--r--remoteExample/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index bc9aeb7c..397ad5ce 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 19
+ compileSdkVersion 21
buildToolsVersion "19.1.0"
defaultConfig {
minSdkVersion 15
- targetSdkVersion 19
+ targetSdkVersion 21
versionCode 1
versionName "1.0"
}