Skip to content

Commit

Permalink
chore: Bump Android minSdkVersion from 23 to 25 (#6000)
Browse files Browse the repository at this point in the history
## Short description
This PR raises the support for Android devices to `API Level
25` (**Android 7.1 [N_MR1]: Nougat**)

This PR replaces #5962
  • Loading branch information
shadowsheep1 authored Jul 19, 2024
1 parent 8f54adc commit 7f5e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
firebaseMessagingVersion = "23.2.1"
buildToolsVersion = "33.0.2"
kotlinVersion = "1.7.0"
minSdkVersion = 23
minSdkVersion = 25
compileSdkVersion = 33
targetSdkVersion = 33
supportLibVersion = "28.0.0"
Expand Down

0 comments on commit 7f5e5a9

Please sign in to comment.