Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjwood committed Sep 11, 2022
2 parents cc3e3b7 + 9dbc43e commit 22324e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ sonarqube {

android {
viewBinding.enabled = true
compileSdkVersion 33
compileSdkVersion 31
buildToolsVersion '30.0.3'

defaultConfig {
minSdkVersion 19
targetSdkVersion 33
versionCode 66
versionName "2.4.4"
targetSdkVersion 31
versionCode 67
versionName "2.4.5"
applicationId "com.aaronjwood.portauthority"
setProperty("archivesBaseName", "PortAuthority-$versionName")
externalNativeBuild {
Expand Down Expand Up @@ -77,7 +77,7 @@ android {

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

0 comments on commit 22324e4

Please sign in to comment.