Skip to content

Commit dad6e6a

Browse files
committed
Prepare 1.2.5.
1 parent 35b6626 commit dad6e6a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.5
2+
3+
### Bug Fix
4+
- [#316](https://github.com/okta/okta-oidc-android/pull/316) Fix a crash during login/logout.
5+
16
# 1.2.4
27

38
### Bug Fix

README.md

Lines changed: 1 addition & 1 deletion
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.2.4'
62+
implementation 'com.okta.android:okta-oidc-android:1.2.5'
6363
```
6464

6565
The SDK requires Java 8 support.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

3636
ext {
3737
versionNum = 19
38-
versionName = "1.2.4"
38+
versionName = "1.2.5"
3939
versionDate = new Date()
4040
minSdkVersion = 21
4141
compileSdkVersion = 30

0 commit comments

Comments
 (0)