Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
# Tag the repo, and create a new release
release:
name: Tag the repo and create a new release
runs-on: macos-latest
needs: publish
steps:
# Clone the repo
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official
android.useAndroidX=true
GROUP=org.forgerock
VERSION=4.8.0
VERSION=4.8.1-SNAPSHOT
VERSION_CODE=27
android.nonTransitiveRClass=false
android.nonFinalResIds=false
Expand Down
Loading