Skip to content

Commit

Permalink
actions: bump minSdkVersion in gradle to 21 (fixes #2454) (#2483)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Sep 13, 2023
1 parent b02fd99 commit f5e0c19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ android {
compileSdkVersion 34
defaultConfig {
applicationId "org.ole.planet.myplanet"
minSdkVersion 19
targetSdkVersion 33
versionCode 1028
versionName "0.10.28"
minSdkVersion 21
targetSdkVersion 34
versionCode 1029
versionName "0.10.29"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
setup = [
compileSdk: 34,
buildTools: "28.0.0",
minSdk : 19,
minSdk : 21,
targetSdk : 34
]
versions = [
Expand Down

0 comments on commit f5e0c19

Please sign in to comment.