Skip to content

Commit

Permalink
Update the release version to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanderlinden committed Feb 1, 2024
1 parent 07bcd00 commit 7be20c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documentscanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ dependencies {
publishing {
publications {
release(MavenPublication) {
groupId = "com.github.LarsYipYip"
groupId = "com.github.weareyipyip"
artifactId = "android-document-scanner"
version = "1.3.8"
version = "1.3.9"

afterEvaluate {
from components.release

}
}
}
Expand Down

0 comments on commit 7be20c3

Please sign in to comment.