We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c9b23 commit d01ee2bCopy full SHA for d01ee2b
app/build.gradle
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'kotlin-android-extensions'
4
5
android {
6
- compileSdkVersion 33
+ compileSdkVersion 34
7
8
defaultConfig {
9
applicationId "tech.httptoolkit.android.v1"
10
minSdkVersion 21
11
- targetSdkVersion 33
+ targetSdkVersion 34
12
versionCode 33
13
versionName "1.4.0"
14
app/src/main/AndroidManifest.xml
@@ -37,6 +37,7 @@
37
android:banner="@drawable/ic_tv_banner">
38
<service
39
android:name=".ProxyVpnService"
40
+ android:foregroundServiceType="systemExempted"
41
android:permission="android.permission.BIND_VPN_SERVICE"
42
android:exported="true">
43
<intent-filter>
0 commit comments