Skip to content

Commit

Permalink
Update version to 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiChen-okta committed Nov 11, 2020
1 parent 9cedeb9 commit b676b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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:oidc-androidx:1.0.16'
implementation 'com.okta.android:oidc-androidx:1.0.17'
```

The SDK requires Java 8 support.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ subprojects {
}

ext {
versionNum = 18
versionName = "1.0.16"
versionNum = 19
versionName = "1.0.17"
versionDate = new Date()
minSdkVersion = 21
compileSdkVersion = 30
Expand Down

0 comments on commit b676b52

Please sign in to comment.