Skip to content

Commit 0c2ac2d

Browse files
committed
New example app release
1 parent 2058f7b commit 0c2ac2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MPChartExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
applicationId "com.xxmassdeveloper.mpchartexample"
77
minSdkVersion 16
88
targetSdkVersion 28
9-
versionCode 56
9+
versionCode 57
1010
versionName '3.1.0'
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
implementation "androidx.appcompat:appcompat:1.0.0"
23+
implementation "androidx.appcompat:appcompat:1.0.2"
2424
implementation 'com.google.android.material:material:1.0.0'
2525
implementation project(':MPChartLib')
2626
}

0 commit comments

Comments
 (0)