Skip to content

Commit

Permalink
chore(mazerunner): change mazerunner to be minSdk=16
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Nov 2, 2023
1 parent bf5a198 commit 40db5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/fixtures/mazerunner/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
ndkVersion parent.ext.ndkVersion

defaultConfig {
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 31
versionCode 34
versionName "1.1.14"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
ndkVersion parent.ext.ndkVersion

defaultConfig {
minSdkVersion 14
minSdkVersion 16
}

buildTypes {
Expand Down

0 comments on commit 40db5e2

Please sign in to comment.