0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 19:42:29 +02:00

Update remoteExample to current API

This commit is contained in:
Arne Schwabe 2022-11-01 16:20:16 +01:00
parent bba787b67f
commit c71db5fc5a
2 changed files with 3 additions and 2 deletions

View File

@ -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"
}

View File

@ -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>