1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-31 08:54:57 +01:00

updated version

This commit is contained in:
Mariotaku Lee 2017-02-01 23:16:26 +08:00
parent 42b09e019c
commit 388febcd93
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ allprojects {
subprojects {
buildscript {
ext.kotlin_version = '1.0.6'
ext.android_support_lib_version = '25.1.0'
ext.android_support_lib_version = '25.1.1'
ext.mariotaku_commons_library_version = '0.9.11'
ext.mariotaku_restfu_version = '0.9.34'
ext.play_services_version = '10.0.1'

View File

@ -34,8 +34,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 25
versionCode 264
versionName '3.4.3'
versionCode 265
versionName '3.4.4'
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("true")'