Removed runBlocking from codebase

This commit is contained in:
tom5079
2022-01-11 12:21:43 +09:00
parent 7461c8d201
commit 152d4e248f
6 changed files with 174 additions and 180 deletions

View File

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