File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ It is recommended that your app extends `FragmentActivity` or any extensions of
5555Add the ` Okta OIDC ` dependency to your ` build.gradle ` file:
5656
5757``` gradle
58- implementation 'com.okta.android:oidc-androidx:1.0.1 '
58+ implementation 'com.okta.android:oidc-androidx:1.0.2 '
5959```
6060
6161### Sample app
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.4.1 '
12+ classpath ' com.android.tools.build:gradle:3.4.2 '
1313 classpath ' org.owasp:dependency-check-gradle:5.0.0'
1414 // NOTE: Do not place your application dependencies here; they belong
1515 // in the individual module build.gradle files
@@ -36,8 +36,8 @@ subprojects {
3636}
3737
3838ext {
39- versionNum = 3
40- versionName = " 1.0.1 "
39+ versionNum = 4
40+ versionName = " 1.0.2 "
4141 versionDate = new Date ()
4242
4343 minSdkVersion = 19
You can’t perform that action at this time.
0 commit comments