Skip to content

Commit

Permalink
Update tlsextprovider example with modern API target
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Aug 1, 2023
1 parent a674474 commit 98bfed6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
6 changes: 3 additions & 3 deletions tlsexternalcertprovider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ext {
}

android {
compileSdkVersion 27
compileSdkVersion 34


defaultConfig {
applicationId "de.blinkt.externalcertprovider"
minSdkVersion 16
targetSdkVersion 27
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down

This file was deleted.

3 changes: 1 addition & 2 deletions tlsexternalcertprovider/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
</activity>


<service android:name=".ExternalCertService"
tools:ignore="ExportedService">
<service android:name=".ExternalCertService" android:exported="true">
<intent-filter>
<action android:name="de.blinkt.openvpn.api.ExternalCertificateProvider"/>
</intent-filter>
Expand Down

0 comments on commit 98bfed6

Please sign in to comment.