Conversation
./gradlew wrapper --gradle-version 8.14.3 --gradle-distribution-sha256-sum bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
./gradlew wrapper --gradle-version 8.14.3 --gradle-distribution-sha256-sum bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
|
|
… have the problem, not sure why :/)
83cf66c to
3f22ddb
Compare
…vities." This reverts commit 3d7bf51.
| window.decorView.windowInsetsController?.systemBarsBehavior = WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE | ||
| // New API instead of FLAG_TRANSLUCENT_STATUS | ||
| @Suppress("DEPRECATION") | ||
| window.statusBarColor = ContextCompat.getColor(this, R.color.half_transparent_status_bar) |
There was a problem hiding this comment.
At some point we should move these colors to enableEdgeToEdge I think. We can probably wait until it's mandatory though.


Type of change
Content
Change the targetSdk to 35.
Also update the gradle plugin and the lint version.
Some enforcement has been done to check for permission.
Also edgeToEdge is enabled by default now.
Reviewer should test carefully the screens on various devices. Probably good to let this code on the nightly / open testing for an extra days.
Motivation and context
Be able to publish the application on the PlayStore in september 2025.
Closes #9049
Screenshots / GIFs
Tests
Tested devices
Checklist