File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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.
4242implementation('com.okta.kotlin:auth-foundation')
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ POM_LICENSE_DIST=repo
3838POM_DEVELOPER_ID =okta
3939POM_DEVELOPER_NAME =Okta
4040
41- VERSION_NAME =2.0.2
41+ VERSION_NAME =2.0.3
4242
4343android.nonTransitiveRClass =false
4444android.nonFinalResIds =false
You can’t perform that action at this time.
0 commit comments