Skip to content

Commit

Permalink
Support Android 12
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Dec 22, 2021
1 parent 691df31 commit b86e4f4
Showing 1 changed file with 2 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 @@ -14,13 +14,13 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "com.theuhooi.uhooipicbook"
minSdk 26
targetSdk 30
targetSdk 31
versionCode 6
versionName "1.5.0"

Expand Down

0 comments on commit b86e4f4

Please sign in to comment.