Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alex193a committed Mar 13, 2024
1 parent fd35c18 commit d478dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
}
dependencies {
implementation("it.inps.spid:library:1.0.9")
implementation("it.inps.spid:library:1.0.10")
}
```
2. Declare a variable to register the `IdentityProviderSelectorActivityContract` contract using the `registerForActivityResult(I)` method which will give a `SpidResult` object as a return value:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true

# Library properties
LIBRARY_VERSION=1.0.9
LIBRARY_VERSION=1.0.10
LIBRARY_GROUP=it.inps.spid
LIBRARY_ARTIFACT=library
# Github required information
Expand Down

0 comments on commit d478dca

Please sign in to comment.