summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2022-11-01 16:20:16 +0100
committerArne Schwabe <arne@rfc2549.org>2022-11-01 18:37:25 +0100
commitc71db5fc5a9715490a69ef8ef248668883bf5a13 (patch)
treee8315b11731af8efc730a2f1e509d53021ca07ed
parentbba787b67f28892475ec83b5ab679c61d834b9c2 (diff)
Update remoteExample to current API
-rw-r--r--remoteExample/build.gradle4
-rw-r--r--remoteExample/src/main/AndroidManifest.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index 453dd529..a6adbaaa 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -7,11 +7,11 @@ apply plugin: 'com.android.application'
android {
- compileSdkVersion 30
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 15
- targetSdkVersion 30
+ targetSdkVersion 33
versionCode 1
versionName "1.0"
}
diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml
index 8ba7ec79..c5b955f5 100644
--- a/remoteExample/src/main/AndroidManifest.xml
+++ b/remoteExample/src/main/AndroidManifest.xml
@@ -17,6 +17,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
+ android:exported="true"
android:name="de.blinkt.openvpn.remote.MainActivity"
android:label="@string/app_name" >
<intent-filter>