You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
0 commit comments