Skip to content

Update minSdkVersion to 24 and remove deprecated code#204

Merged
rfc2822 merged 2 commits intomainfrom
201-update-minsdk-to-android-7
Mar 2, 2026
Merged

Update minSdkVersion to 24 and remove deprecated code#204
rfc2822 merged 2 commits intomainfrom
201-update-minsdk-to-android-7

Conversation

@rfc2822
Copy link
Member

@rfc2822 rfc2822 commented Mar 2, 2026

Purpose

Update the minimum SDK version to Android 7 (API 24) and remove deprecated compatibility code that is no longer needed.

Short description

  • Update minSdk from 23 to 24 in lib/build.gradle.kts
  • Replace deprecated closeCompat() calls with standard close() in 11 test files
  • Remove the closeCompat() compatibility method from MiscUtils.kt

cketti and others added 2 commits March 2, 2026 14:30
- Remove compatibility method `closeCompat()` from `MiscUtils`
@rfc2822 rfc2822 linked an issue Mar 2, 2026 that may be closed by this pull request
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@rfc2822 rfc2822 changed the title 201 update minsdk to android 7 Gradle configuration: update minSdkVersion and remove deprecated code Mar 2, 2026
@rfc2822 rfc2822 changed the title Gradle configuration: update minSdkVersion and remove deprecated code Update minSdkVersion to 24 and remove deprecated code Mar 2, 2026
@rfc2822 rfc2822 requested a review from cketti March 2, 2026 13:45
@rfc2822 rfc2822 added the chore codebase/CI maintenance, no production code change label Mar 2, 2026
@rfc2822 rfc2822 marked this pull request as ready for review March 2, 2026 13:47
@rfc2822 rfc2822 merged commit 4ca4207 into main Mar 2, 2026
6 of 7 checks passed
@rfc2822 rfc2822 deleted the 201-update-minsdk-to-android-7 branch March 2, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore codebase/CI maintenance, no production code change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update minSdk to Android 7

3 participants