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