Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/appConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object appConfig {

const val compileSdkVersion = 36
const val buildToolsVersion = "36.0.0"
const val minSdkVersion = 21
const val minSdkVersion = 23
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The minSdkVersion has been updated to 23, but the project documentation in .github/copilot-instructions.md still references the old value. The documentation states "Minimum SDK: API 21 (Android 5.0)" on line 14 and "Min SDK: 21" on line 559. These documentation sections need to be updated to reflect the new minimum SDK version of 23 (Android 6.0) to maintain consistency between code and documentation.

Copilot uses AI. Check for mistakes.
const val targetSdkVersion = 36

private const val MAJOR = 2
Expand Down