summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2023-04-17 14:56:49 +0200
committerArne Schwabe <arne@rfc2549.org>2023-04-17 15:22:05 +0200
commit653f6ef1bc1c4b857d8467d25bac5937d57102b5 (patch)
tree5aec6192565bae71a49b8a63b804239183ab9aa4 /remoteExample
parent3c160282b4a4d450810baa28f1a757bba82ce6bb (diff)
Update gradle files
Diffstat (limited to 'remoteExample')
-rw-r--r--remoteExample/build.gradle4
-rw-r--r--remoteExample/src/main/AndroidManifest.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index a6adbaaa..648a30bf 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -15,6 +15,10 @@ android {
versionCode 1
versionName "1.0"
}
+ namespace 'de.blinkt.openvpn.remote'
+ buildFeatures {
+ aidl true
+ }
}
dependencies {
diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml
index c5b955f5..311afc12 100644
--- a/remoteExample/src/main/AndroidManifest.xml
+++ b/remoteExample/src/main/AndroidManifest.xml
@@ -4,8 +4,7 @@
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="de.blinkt.openvpn.remote" >
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />