summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2018-10-02 18:55:12 +0200
committerArne Schwabe <arne@rfc2549.org>2018-10-02 18:55:12 +0200
commit84dd219b0e59d262bf74d6995ec5420d44a6c8ce (patch)
treede0868843747723e100803f00af275833ee35b01 /remoteExample
parent20e878d3bfe1b4cf2ab1cf790de697e6157b7b7d (diff)
Update to Android Studio 3.2 required version and tools
Diffstat (limited to 'remoteExample')
-rw-r--r--remoteExample/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index f3b0c749..119c6ea7 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -13,12 +13,11 @@ repositories {
android {
- compileSdkVersion 27
- buildToolsVersion '27.0.3'
+ compileSdkVersion 28
defaultConfig {
minSdkVersion 15
- targetSdkVersion 27
+ targetSdkVersion 28
versionCode 1
versionName "1.0"
}