Skip to content

Commit

Permalink
Updated Publishing Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aftermoon-dev committed Dec 26, 2021
1 parent e17f0bb commit a5cb726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SlideActionLayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ afterEvaluate {
release(MavenPublication) {
from components.release
groupId = 'com.github.Aftermoon-dev.SlideActionLayout'
version = '1.1-rtest0'
version = '1.1.0-beta1'
}

debug(MavenPublication) {
from components.debug
groupId = 'com.github.Aftermoon-dev.SlideActionLayout'
version = '1.1-rtest0'
version = '1.1.0-beta1'
}
}
}
Expand Down

0 comments on commit a5cb726

Please sign in to comment.