fix udp crash

This commit is contained in:
Kr328
2020-02-28 11:19:06 +08:00
parent 8a123e7a0d
commit 1161482a5b
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ buildscript {
gMinSdkVersion = 24
gTargetSdkVersion = 29
gVersionCode = 10108
gVersionName = "1.1.8"
gVersionCode = 10109
gVersionName = "1.1.9"
gKotlinVersion = '1.3.61'
gKotlinCoroutineVersion = '1.3.3'