Skip to content

Commit

Permalink
OKTA-456478 Prepare 1.2.2 release. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayNewstrom authored Dec 22, 2021
1 parent 69a87fc commit 79c6adc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2

### Bug Fix
- [#293](https://github.com/okta/okta-oidc-android/pull/293) Fixes ambiguous error codes.

# 1.2.1

### Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions 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.1'
implementation 'com.okta.android:okta-oidc-android:1.2.2'
```

The SDK requires Java 8 support.
Expand Down Expand Up @@ -371,7 +371,7 @@ dependencies {
...
...
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
implementation 'com.okta.android:okta-oidc-android:1.2.1'
implementation 'com.okta.android:okta-oidc-android:1.2.2'
implementation 'com.okta.authn.sdk:okta-authn-sdk-api:2.0.0'
implementation('com.okta.authn.sdk:okta-authn-sdk-impl:2.0.0') {
exclude group: 'com.okta.sdk', module: 'okta-sdk-httpclient'
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.1"
versionName = "1.2.2"
versionDate = new Date()
minSdkVersion = 21
compileSdkVersion = 30
Expand Down

0 comments on commit 79c6adc

Please sign in to comment.