We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 615b1e6 + 6365b18 commit 087bcd5Copy full SHA for 087bcd5
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - '[0-9]+\\.[0-9]+\\.[0-9]+(-[A-Za-z0-9._]+)?'
+ - '[0-9]+.[0-9]+.[0-9]+*'
7
8
jobs:
9
build:
gradle.properties
@@ -1,7 +1,7 @@
1
# Upload configuration
2
USER = muradeliyev
GROUP = io.github.muradeliyev
-VERSION_NAME = 5.0.2-beta03
+VERSION_NAME = 5.0.2-beta04
POM_NAME = PermissionsDispatcher
POM_DESCRIPTION = A declarative API to handle Android runtime permissions.
POM_INCEPTION_YEAR = 2015
0 commit comments