Skip to content

Commit d01ee2b

Browse files
committed
Update Android target API
1 parent a4c9b23 commit d01ee2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 33
6+
compileSdkVersion 34
77

88
defaultConfig {
99
applicationId "tech.httptoolkit.android.v1"
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
versionCode 33
1313
versionName "1.4.0"
1414

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
android:banner="@drawable/ic_tv_banner">
3838
<service
3939
android:name=".ProxyVpnService"
40+
android:foregroundServiceType="systemExempted"
4041
android:permission="android.permission.BIND_VPN_SERVICE"
4142
android:exported="true">
4243
<intent-filter>

0 commit comments

Comments
 (0)