Skip to content

Commit bb62ef7

Browse files
authored
Merge pull request #158 from AppDevNext/api34
api34
2 parents 26737e6 + da1bfd4 commit bb62ef7

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
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 33
87
defaultConfig {
98
applicationId "com.xxmassdeveloper.mpchartexample"
109
minSdkVersion 19
11-
targetSdkVersion 33
10+
compileSdk 34
11+
targetSdkVersion 34
1212
versionCode getGitCommitCount()
1313
versionName getTag()
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

MPChartLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ext {
1414
}
1515

1616
android {
17-
compileSdkVersion 33
1817
defaultConfig {
1918
minSdkVersion 19
20-
targetSdkVersion 33
19+
compileSdk 34
20+
targetSdkVersion 34
2121

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

0 commit comments

Comments
 (0)