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.
1 parent 2058f7b commit 0c2ac2dCopy full SHA for 0c2ac2d
MPChartExample/build.gradle
@@ -6,7 +6,7 @@ android {
6
applicationId "com.xxmassdeveloper.mpchartexample"
7
minSdkVersion 16
8
targetSdkVersion 28
9
- versionCode 56
+ versionCode 57
10
versionName '3.1.0'
11
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12
}
@@ -20,7 +20,7 @@ android {
20
21
22
dependencies {
23
- implementation "androidx.appcompat:appcompat:1.0.0"
+ implementation "androidx.appcompat:appcompat:1.0.2"
24
implementation 'com.google.android.material:material:1.0.0'
25
implementation project(':MPChartLib')
26
0 commit comments