-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK 34 adaptations #4215
base: release/4.0
Are you sure you want to change the base?
SDK 34 adaptations #4215
Conversation
Pending tasks:
|
Found one issue during local build(
So I disable |
@Bambooin right, the minify rule. Added them back - although some can indeed just put |
0350790
to
68df2d2
Compare
With
|
01b96d6
to
4194638
Compare
- build.gradle upgrades - Code adaptations to remove switch cases to resource IDs - Fix import of resource IDs from library level resources - Minimum version requirement set to LOLLIPOP
4194638
to
1fb9b37
Compare
build test apk |
getting following error at application startup |
2e99be9
to
9099cec
Compare
- Fix Context.registerReceiver() on newer Androids - Quirks to work around problems with ContextCompat.registerReceiver() at Robolectric tests - Remove CMake version
9099cec
to
fd19721
Compare
Description
On Google Play store's requirements. Inevitably support for Kitkats must be dropped.
Automatic tests
Manual tests
Build tasks success
Successfully running following tasks on local:
./gradlew assembledebug
./gradlew spotlessCheck