We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e26a5a7 + 785d484 commit 0f5620aCopy full SHA for 0f5620a
MPChartExample/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
applicationId "com.xxmassdeveloper.mpchartexample"
10
minSdkVersion 21
11
- compileSdk 34
12
- targetSdkVersion 34
+ compileSdk 35
+ targetSdkVersion 35
13
versionCode getGitCommitCount()
14
versionName getTag()
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
MPChartLib/build.gradle
@@ -18,8 +18,8 @@ android {
18
namespace 'com.github.mikephil.charting'
19
20
21
22
23
24
// VERSION_NAME no longer available as of 4.1
25
// https://issuetracker.google.com/issues/158695880
0 commit comments