Skip to content

Commit 3f13eb3

Browse files
committed
api36
1 parent 4454b2e commit 3f13eb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 35
22-
targetSdkVersion 35
21+
compileSdk 36
22+
targetSdkVersion 36
2323

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

app/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 "info.appdev.chartexample"
1010
minSdkVersion 21
11-
compileSdk 35
12-
targetSdkVersion 35
11+
compileSdk 36
12+
targetSdkVersion 36
1313
versionCode getGitCommitCount()
1414
versionName getTag()
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)