Skip to content

Commit

Permalink
Update Android target API
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Nov 20, 2024
1 parent a4c9b23 commit d01ee2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
applicationId "tech.httptoolkit.android.v1"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 33
versionName "1.4.0"

Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
android:banner="@drawable/ic_tv_banner">
<service
android:name=".ProxyVpnService"
android:foregroundServiceType="systemExempted"
android:permission="android.permission.BIND_VPN_SERVICE"
android:exported="true">
<intent-filter>
Expand Down

0 comments on commit d01ee2b

Please sign in to comment.