Skip to content

Commit 5184fe9

Browse files
Merge pull request #342 from okta/rn_release_1.3.3
Prepare release 1.3.3
2 parents 55f6204 + 4677df4 commit 5184fe9

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.3.3
2+
- [#341](https://github.com/okta/okta-oidc-android/pull/341) Validate TokenResponse before returning a Token to the user.
3+
14
# 1.3.2
25
- [#328](https://github.com/okta/okta-oidc-android/pull/328) Allow HTTPS redirect URLs. Please note, not all user flows will result in a redirect back to the application if this is used.
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It is recommended that your app extends [FragmentActivity][fragment-activity] or
5959
Add the `Okta OIDC` dependency to your `build.gradle` file:
6060

6161
```gradle
62-
implementation 'com.okta.android:okta-oidc-android:1.3.2'
62+
implementation 'com.okta.android:okta-oidc-android:1.3.3'
6363
```
6464

6565
The SDK requires Java 8 support.
@@ -371,7 +371,7 @@ dependencies {
371371
...
372372
...
373373
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
374-
implementation 'com.okta.android:okta-oidc-android:1.3.2'
374+
implementation 'com.okta.android:okta-oidc-android:1.3.3'
375375
implementation 'com.okta.authn.sdk:okta-authn-sdk-api:2.0.0'
376376
implementation('com.okta.authn.sdk:okta-authn-sdk-impl:2.0.8') {
377377
exclude group: 'com.okta.sdk', module: 'okta-sdk-httpclient'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ POM_LICENSE_DIST=repo
3333
POM_DEVELOPER_ID=okta
3434
POM_DEVELOPER_NAME=Okta
3535

36-
VERSION_NAME=1.3.2
36+
VERSION_NAME=1.3.3

0 commit comments

Comments
 (0)