Bump version, draft changelog

This commit is contained in:
Andreas Shimokawa
2021-02-04 20:22:38 +01:00
parent 9e6c121dd9
commit 7a7bce4fb0
2 changed files with 20 additions and 3 deletions
+3 -3
View File
@@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.52.0"
versionCode 186
versionName "0.53.0"
versionCode 187
vectorDrawables.useSupportLibrary = true
}
buildTypes {
@@ -79,7 +79,7 @@ dependencies {
implementation("com.github.tony19:logback-android-classic:1.1.1-6") {
exclude group: "com.google.android", module: "android"
}
implementation "org.slf4j:slf4j-api:1.7.12"
implementation "org.slf4j:slf4j-api:1.7.24"
implementation "com.github.PhilJay:MPAndroidChart:v3.1.0"
implementation "com.github.pfichtner:durationformatter:0.1.1"
implementation "de.cketti.library.changelog:ckchangelog:1.2.2"