-
-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump library native Android deps & config (#1891)
## Description ~Won't merge it RN as recent versions of these libraries require sdk >= 33 while current RN setup (clean app) requires >= 31.~ While the statement above holds true new context emerged: since August 2023 all Android apps have to target sdk >= 33 ([link](https://developer.android.com/google/play/requirements/target-sdk)) Thus this should not be a problem. ## Changes * Bumped default Kotlin version to `1.8.22` in example apps * Bumped default Kotlin version to `1.8.0` in lib (this aligns it with RN 0.73 template) * Bumped default target & compile target to 34 (notice that this is the default value used by the library, this can be overriden by user in application build.gradle) * Bumped series of lib depenencies (Android ones) to decently recent versions. ## Test code and steps to reproduce Ci works ## Checklist - [x] Ensured that CI passes
- Loading branch information
Showing
6 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters