Fixed app crashing on invoking MainViewModel.sourceName.value

This commit is contained in:
tom5079
2021-02-17 19:12:42 +09:00
parent fb11149b78
commit 3f8aa744e7
3 changed files with 17 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 64
versionName "6.0.0-alpha1"
versionName "6.0.0-alpha2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}