Skip to content

Commit 4d1a8c9

Browse files
committed
Update version
1 parent 988c810 commit 4d1a8c9

2 files changed

Lines changed: 3 additions & 3 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:0.1.0'
58+
implementation 'com.okta.android:oidc-androidx:1.0.0'
5959
```
6060

6161
### Sample app

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ subprojects {
3636
}
3737

3838
ext {
39-
versionNum = 1
40-
versionName = "0.1.0"
39+
versionNum = 2
40+
versionName = "1.0.0"
4141
versionDate = new Date()
4242

4343
minSdkVersion = 19

0 commit comments

Comments
 (0)