Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Revert Target SDK to 30 to fix Android 12 problems (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelWuensch authored Dec 6, 2021
1 parent 65aae49 commit 3e036da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ apply plugin: 'com.google.protobuf'
import com.android.build.OutputFile

android {
compileSdkVersion 31
compileSdkVersion 30
defaultConfig {
applicationId "zapsolutions.zap"
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 30
versionCode 33
versionName "0.5.3-beta"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -203,7 +203,7 @@ dependencies {


// Basic Android libraries
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
Expand Down

0 comments on commit 3e036da

Please sign in to comment.