Skip to content

Commit 8ec5807

Browse files
authored
Merge pull request #57 from AppDevNext/api32
api32
2 parents 77dcf30 + b9829f5 commit 8ec5807

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

55
android {
6-
compileSdkVersion 31
6+
compileSdkVersion 32
77
defaultConfig {
88
applicationId "com.xxmassdeveloper.mpchartexample"
99
minSdkVersion 19
10-
targetSdkVersion 31
10+
targetSdkVersion 32
1111
versionCode 57
1212
versionName '3.1.0'
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

MPChartLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 31
7+
compileSdkVersion 32
88
defaultConfig {
99
minSdkVersion 19
10-
targetSdkVersion 31
10+
targetSdkVersion 32
1111

1212
consumerProguardFiles 'proguard-project.txt'
1313
}

0 commit comments

Comments
 (0)