Skip to content

Commit

Permalink
Prepare 1.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayNewstrom committed May 11, 2022
1 parent 35b6626 commit dad6e6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.5

### Bug Fix
- [#316](https://github.com/okta/okta-oidc-android/pull/316) Fix a crash during login/logout.

# 1.2.4

### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion 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.2.4'
implementation 'com.okta.android:okta-oidc-android:1.2.5'
```

The SDK requires Java 8 support.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {

ext {
versionNum = 19
versionName = "1.2.4"
versionName = "1.2.5"
versionDate = new Date()
minSdkVersion = 21
compileSdkVersion = 30
Expand Down

0 comments on commit dad6e6a

Please sign in to comment.