Skip to content

Commit 2886a8a

Browse files
committed
Update gradle and version
1 parent 82b8533 commit 2886a8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ It is recommended that your app extends `FragmentActivity` or any extensions of
5555
Add 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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3838
ext {
39-
versionNum = 3
40-
versionName = "1.0.1"
39+
versionNum = 4
40+
versionName = "1.0.2"
4141
versionDate = new Date()
4242

4343
minSdkVersion = 19

0 commit comments

Comments
 (0)