Skip to content

Commit 7164a79

Browse files
committed
Update version
1 parent dd2bb53 commit 7164a79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It is recommended that your app extends [FragmentActivity][fragment-activity] or
5858
Add the `Okta OIDC` dependency to your `build.gradle` file:
5959

6060
```gradle
61-
implementation 'com.okta.android:oidc-androidx:1.0.5'
61+
implementation 'com.okta.android:oidc-androidx:1.0.6'
6262
```
6363

6464
### Sample app

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ subprojects {
3636
}
3737

3838
ext {
39-
versionNum = 6
40-
versionName = "1.0.4"
39+
versionNum = 8
40+
versionName = "1.0.6"
4141
versionDate = new Date()
4242
minSdkVersion = 19
4343
compileSdkVersion = 29

0 commit comments

Comments
 (0)