Skip to content

Commit

Permalink
Updated compile and target sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsYipYip committed Oct 4, 2023
1 parent 9eeb173 commit a9d8f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentscanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {
}

android {
compileSdk 30
compileSdk 33

defaultConfig {
minSdk 21
targetSdk 30
targetSdk 33
namespace "com.websitebeaver.documentscanner"
archivesBaseName = "android-document-scanner"

Expand Down Expand Up @@ -54,7 +54,7 @@ publishing {
release(MavenPublication) {
groupId = "com.github.LarsYipYip"
artifactId = "android-document-scanner"
version = "1.3.6"
version = "1.3.7"

afterEvaluate {
from components.release
Expand Down

0 comments on commit a9d8f84

Please sign in to comment.