Skip to content

Commit aff0d47

Browse files
committed
Bump version to 0.17.0
1 parent c129fc4 commit aff0d47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ written for Android. You can read more on the [Descope Website](https://descope.
99
Add the following to your `build.gradle` dependencies:
1010

1111
```groovy
12-
implementation 'com.descope:descope-kotlin:0.16.1'
12+
implementation 'com.descope:descope-kotlin:0.17.0'
1313
```
1414

1515
## Quickstart

descopesdk/src/main/java/com/descope/sdk/Sdk.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ class DescopeSdk(context: Context, projectId: String, configure: DescopeConfig.(
7878
const val NAME = "DescopeAndroid"
7979

8080
/** The Descope SDK version */
81-
const val VERSION = "0.16.1"
81+
const val VERSION = "0.17.0"
8282
}
8383
}

0 commit comments

Comments
 (0)