5.2.3 Added logging to fix app crashing

This commit is contained in:
tom5079
2022-01-04 19:57:00 +09:00
parent 3eaa38247b
commit 3c08331441
4 changed files with 18 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 69
versionName "5.2.2"
versionName "5.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}