diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be558b6..94659856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index ccc1853a..e66cf920 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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' diff --git a/gradle.properties b/gradle.properties index cfc3dc3b..5a078107 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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