Skip to content

Commit

Permalink
Merge pull request #326 from okta/jn-prepare-1.3.1
Browse files Browse the repository at this point in the history
Prepare release 1.3.1.
  • Loading branch information
JayNewstrom authored Jun 15, 2022
2 parents 7d564fb + 84b2bfe commit daa942e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.3.1
- [#325](https://github.com/okta/okta-oidc-android/pull/325) Update transitive dependencies to preserve backwards compatibility (Make them api rather than implementation).

# 1.3.0
- [#321](https://github.com/okta/okta-oidc-android/pull/321) Update GSON to 2.9.0.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ It is recommended that your app extends [FragmentActivity][fragment-activity] or
Add the `Okta OIDC` dependency to your `build.gradle` file:

```gradle
implementation 'com.okta.android:okta-oidc-android:1.3.0'
implementation 'com.okta.android:okta-oidc-android:1.3.1'
```

The SDK requires Java 8 support.
Expand Down Expand Up @@ -371,7 +371,7 @@ dependencies {
...
...
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
implementation 'com.okta.android:okta-oidc-android:1.3.0'
implementation 'com.okta.android:okta-oidc-android:1.3.1'
implementation 'com.okta.authn.sdk:okta-authn-sdk-api:2.0.0'
implementation('com.okta.authn.sdk:okta-authn-sdk-impl:2.0.0') {
exclude group: 'com.okta.sdk', module: 'okta-sdk-httpclient'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=okta
POM_DEVELOPER_NAME=Okta

VERSION_NAME=1.3.0
VERSION_NAME=1.3.1

0 comments on commit daa942e

Please sign in to comment.