We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dcf30 commit b9829f5Copy full SHA for b9829f5
2 files changed
MPChartExample/build.gradle
@@ -3,11 +3,11 @@ plugins {
3
}
4
5
android {
6
- compileSdkVersion 31
+ compileSdkVersion 32
7
defaultConfig {
8
applicationId "com.xxmassdeveloper.mpchartexample"
9
minSdkVersion 19
10
- targetSdkVersion 31
+ targetSdkVersion 32
11
versionCode 57
12
versionName '3.1.0'
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
MPChartLib/build.gradle
@@ -4,10 +4,10 @@ plugins {
consumerProguardFiles 'proguard-project.txt'
0 commit comments