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
This commit updates various dependencies to their latest versions and upgrades Gradle to 8.14.3.
Key changes include:
- Upgraded Android Gradle Plugin to 8.11.0
- Updated Kotlin version to 2.2.0
- Incremented `min_sdk_version` to 23
- Updated several AndroidX libraries including activity, appcompat, core, fragment, datastore-preferences, recyclerview, and viewpager2.
- Updated Firebase BoM, Firebase UI Auth, and other Firebase libraries.
- Upgraded networking libraries: Gson, OkHttp, and Retrofit.
- Updated Koin, JWT, Material Components, Google Play Services, Facebook SDK, Lottie, and testing libraries (JUnit, Espresso).
- Removed deprecated `setIsSmartLockEnabled(true)` from Firebase Auth UI.
- Added `.kotlin/errors` to `.gitignore`.
Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
0 commit comments