Skip to content

Commit 89d7213

Browse files
committed
Target SDK 31 for now to fix broken Android 12/13 devices which break on host scans due to SELinux blocking nlmsg_getneigh
1 parent da1ab59 commit 89d7213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ sonarqube {
1515

1616
android {
1717
viewBinding.enabled = true
18-
compileSdkVersion 33
18+
compileSdkVersion 31
1919
buildToolsVersion '30.0.3'
2020

2121
defaultConfig {
2222
minSdkVersion 19
23-
targetSdkVersion 33
23+
targetSdkVersion 31
2424
versionCode 66
2525
versionName "2.4.4"
2626
applicationId "com.aaronjwood.portauthority"
@@ -77,7 +77,7 @@ android {
7777

7878
dependencies {
7979
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
80-
implementation 'androidx.appcompat:appcompat:1.5.0'
80+
implementation 'androidx.appcompat:appcompat:1.4.2'
8181
implementation 'com.squareup.okhttp3:okhttp:3.14.9' // Anything past 3.12.x will break our Android 4 support!
8282
implementation 'org.minidns:minidns-hla:1.0.2'
8383
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'

0 commit comments

Comments
 (0)