Bump version to v4.1.1 (41)
This commit is contained in:
parent
961cb24381
commit
49644436d0
|
@ -20,8 +20,8 @@ android {
|
|||
applicationId 'net.accelf.yuito'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 40
|
||||
versionName '4.1.0'
|
||||
versionCode 41
|
||||
versionName '4.1.1'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* ストリーミングが正常に機能しない問題を修正
|
Loading…
Reference in New Issue