Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 32
defaultConfig {
applicationId "com.xxmassdeveloper.mpchartexample"
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 32
versionCode 57
versionName '3.1.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 32
defaultConfig {
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 32

consumerProguardFiles 'proguard-project.txt'
}
Expand Down