updated version
This commit is contained in:
parent
5f5278f0ed
commit
1a0843f17c
|
@ -28,12 +28,10 @@ android {
|
|||
applicationId "org.mariotaku.twidere"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 24
|
||||
versionCode 196
|
||||
versionName "3.1.7"
|
||||
versionCode 197
|
||||
versionName "3.1.8"
|
||||
multiDexEnabled true
|
||||
|
||||
generatedDensities = []
|
||||
|
||||
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'
|
||||
buildConfigField 'boolean', 'SHOW_CUSTOM_TOKEN_DIALOG', 'Boolean.parseBoolean("false")'
|
||||
|
||||
|
|
Loading…
Reference in New Issue