Skip to content

Commit 39490a1

Browse files
committed
MinSdk 19, appcompat 1.7.0 needs it
#232
1 parent b14dda7 commit 39490a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MPChartExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
namespace 'com.xxmassdeveloper.mpchartexample'
88
defaultConfig {
99
applicationId "com.xxmassdeveloper.mpchartexample"
10-
minSdkVersion 19
10+
minSdkVersion 21
1111
compileSdk 34
1212
targetSdkVersion 34
1313
versionCode getGitCommitCount()

MPChartLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ext {
1717
android {
1818
namespace 'com.github.mikephil.charting'
1919
defaultConfig {
20-
minSdkVersion 19
20+
minSdkVersion 21
2121
compileSdk 34
2222
targetSdkVersion 34
2323

0 commit comments

Comments
 (0)