Fix setText null crash

This commit is contained in:
Mygod
2018-06-02 08:21:29 +08:00
parent dd70e43f6e
commit 171eac12db
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
resConfigs "zh-rCN"
versionCode 21
versionCode 22
versionName "1.3.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}