New example app release

This commit is contained in:
Philipp Jahoda 2019-03-16 11:53:42 +01:00
parent 2058f7bf5d
commit 0c2ac2d9cc

View file

@ -6,7 +6,7 @@ android {
applicationId "com.xxmassdeveloper.mpchartexample"
minSdkVersion 16
targetSdkVersion 28
versionCode 56
versionCode 57
versionName '3.1.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -20,7 +20,7 @@ android {
}
dependencies {
implementation "androidx.appcompat:appcompat:1.0.0"
implementation "androidx.appcompat:appcompat:1.0.2"
implementation 'com.google.android.material:material:1.0.0'
implementation project(':MPChartLib')
}