Skip to content

Commit 7b48221

Browse files
Merge pull request #325 from okta/release_2.0.3
Release 2.0.3
2 parents 4fea239 + 626a331 commit 7b48221

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.0.3] - 2025-02-18
4+
- Make SDK defaults configurable by third party SDKs [#323](https://github.com/okta/okta-mobile-kotlin/pull/323)
5+
- Update dependencies
6+
37
## [2.0.2] - 2024-09-17
48

59
[Commits](https://github.com/okta/okta-mobile-kotlin/compare/2.0.1...2.0.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the `Okta Mobile Kotlin` dependencies to your `build.gradle` file:
3636

3737
```gradle
3838
// Ensure all dependencies are compatible using the Bill of Materials (BOM).
39-
implementation(platform('com.okta.kotlin:bom:2.0.2'))
39+
implementation(platform('com.okta.kotlin:bom:2.0.3'))
4040
4141
// Add the dependencies to your project.
4242
implementation('com.okta.kotlin:auth-foundation')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ POM_LICENSE_DIST=repo
3838
POM_DEVELOPER_ID=okta
3939
POM_DEVELOPER_NAME=Okta
4040

41-
VERSION_NAME=2.0.2
41+
VERSION_NAME=2.0.3
4242

4343
android.nonTransitiveRClass=false
4444
android.nonFinalResIds=false

0 commit comments

Comments
 (0)