Skip to content

Commit

Permalink
minSdkVersion 24
Browse files Browse the repository at this point in the history
  • Loading branch information
daisukeueta committed Oct 15, 2024
1 parent ad5fa2e commit 1734386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
compileSdkVersion 34

defaultConfig {
minSdkVersion 26
minSdkVersion 24
targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -40,4 +40,4 @@ android {
dependencies {
//noinspection GradleDependency
implementation "me.leolin:ShortcutBadger:1.1.22@aar"
}
}

0 comments on commit 1734386

Please sign in to comment.