Commit 89d7213 1 parent da1ab59 commit 89d7213 Copy full SHA for 89d7213
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ sonarqube {
15
15
16
16
android {
17
17
viewBinding. enabled = true
18
- compileSdkVersion 33
18
+ compileSdkVersion 31
19
19
buildToolsVersion ' 30.0.3'
20
20
21
21
defaultConfig {
22
22
minSdkVersion 19
23
- targetSdkVersion 33
23
+ targetSdkVersion 31
24
24
versionCode 66
25
25
versionName " 2.4.4"
26
26
applicationId " com.aaronjwood.portauthority"
@@ -77,7 +77,7 @@ android {
77
77
78
78
dependencies {
79
79
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 '
81
81
implementation ' com.squareup.okhttp3:okhttp:3.14.9' // Anything past 3.12.x will break our Android 4 support!
82
82
implementation ' org.minidns:minidns-hla:1.0.2'
83
83
debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.9.1'
You can’t perform that action at this time.
0 commit comments