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.
1 parent 4454b2e commit 3f13eb3Copy full SHA for 3f13eb3
MPChartLib/build.gradle
@@ -18,8 +18,8 @@ android {
18
namespace 'com.github.mikephil.charting'
19
defaultConfig {
20
minSdkVersion 21
21
- compileSdk 35
22
- targetSdkVersion 35
+ compileSdk 36
+ targetSdkVersion 36
23
24
// VERSION_NAME no longer available as of 4.1
25
// https://issuetracker.google.com/issues/158695880
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
9
applicationId "info.appdev.chartexample"
10
11
12
13
versionCode getGitCommitCount()
14
versionName getTag()
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments