Merge remote-tracking branch 'origin/develop' into kotlin

# Conflicts:
#	twidere/src/main/java/org/mariotaku/twidere/fragment/UserProfileEditorFragment.java
This commit is contained in:
Mariotaku Lee 2016-07-12 09:27:42 +08:00
commit f22dd7cdf3
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 24
versionCode 200
versionName "3.1.11"
versionCode 201
versionName "3.1.12"
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'