summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-06-15 16:41:56 +0200
committerArne Schwabe <arne@rfc2549.org>2021-06-15 16:41:56 +0200
commit8e42e5cbc54c820f2b39082289d7257413eeafc3 (patch)
treedb92cc43b00919f2a7da0e4a6dd96cbde86314d7 /remoteExample
parent26adf47d5f25758c70881039c329ec709b619068 (diff)
Upgrade build files to new versions
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 bd758bd2..453dd529 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -7,11 +7,11 @@ apply plugin: 'com.android.application'
android {
- compileSdkVersion 28
+ compileSdkVersion 30
defaultConfig {
minSdkVersion 15
- targetSdkVersion 28
+ targetSdkVersion 30
versionCode 1
versionName "1.0"
}