added consumer key/secret validity check

This commit is contained in:
Mariotaku Lee 2015-09-03 15:39:08 +08:00
parent 59664341c8
commit 8b9fba078f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 23
versionCode 123
versionCode 124
versionName "0.3.0"
multiDexEnabled true
}