Skip to content

Commit 0f5620a

Browse files
authored
Merge pull request #308 from AppDevNext/api35
api35
2 parents e26a5a7 + 785d484 commit 0f5620a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MPChartExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
applicationId "com.xxmassdeveloper.mpchartexample"
1010
minSdkVersion 21
11-
compileSdk 34
12-
targetSdkVersion 34
11+
compileSdk 35
12+
targetSdkVersion 35
1313
versionCode getGitCommitCount()
1414
versionName getTag()
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

MPChartLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
namespace 'com.github.mikephil.charting'
1919
defaultConfig {
2020
minSdkVersion 21
21-
compileSdk 34
22-
targetSdkVersion 34
21+
compileSdk 35
22+
targetSdkVersion 35
2323

2424
// VERSION_NAME no longer available as of 4.1
2525
// https://issuetracker.google.com/issues/158695880

0 commit comments

Comments
 (0)