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 26737e6 + da1bfd4 commit bb62ef7Copy full SHA for bb62ef7
MPChartExample/build.gradle
@@ -4,11 +4,11 @@ plugins {
4
}
5
6
android {
7
- compileSdkVersion 33
8
defaultConfig {
9
applicationId "com.xxmassdeveloper.mpchartexample"
10
minSdkVersion 19
11
- targetSdkVersion 33
+ compileSdk 34
+ targetSdkVersion 34
12
versionCode getGitCommitCount()
13
versionName getTag()
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
MPChartLib/build.gradle
@@ -14,10 +14,10 @@ ext {
15
16
17
18
19
20
21
22
// VERSION_NAME no longer available as of 4.1
23
// https://issuetracker.google.com/issues/158695880
0 commit comments