File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.2.2
2+
3+ ### Bug Fix
4+ - [ #293 ] ( https://github.com/okta/okta-oidc-android/pull/293 ) Fixes ambiguous error codes.
5+
16# 1.2.1
27
38### Bug Fix
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ It is recommended that your app extends [FragmentActivity][fragment-activity] or
5959Add the ` Okta OIDC ` dependency to your ` build.gradle ` file:
6060
6161``` gradle
62- implementation 'com.okta.android:okta-oidc-android:1.2.1 '
62+ implementation 'com.okta.android:okta-oidc-android:1.2.2 '
6363```
6464
6565The SDK requires Java 8 support.
@@ -371,7 +371,7 @@ dependencies {
371371 ...
372372 ...
373373 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
374- implementation 'com.okta.android:okta-oidc-android:1.2.1 '
374+ implementation 'com.okta.android:okta-oidc-android:1.2.2 '
375375 implementation 'com.okta.authn.sdk:okta-authn-sdk-api:2.0.0'
376376 implementation('com.okta.authn.sdk:okta-authn-sdk-impl:2.0.0') {
377377 exclude group: 'com.okta.sdk', module: 'okta-sdk-httpclient'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subprojects {
3535
3636ext {
3737 versionNum = 19
38- versionName = " 1.2.1 "
38+ versionName = " 1.2.2 "
3939 versionDate = new Date ()
4040 minSdkVersion = 21
4141 compileSdkVersion = 30
You can’t perform that action at this time.
0 commit comments