Skip to content

Commit

Permalink
MinSdk 19
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Mar 22, 2022
1 parent c3abd0e commit bab50a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdkVersion 31
defaultConfig {
applicationId "com.xxmassdeveloper.mpchartexample"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 31
versionCode 57
versionName '3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
android {
compileSdkVersion 31
defaultConfig {
minSdkVersion 14
minSdkVersion 19
targetSdkVersion 31

consumerProguardFiles 'proguard-project.txt'
Expand Down

0 comments on commit bab50a7

Please sign in to comment.