1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-17 04:00:48 +01:00

Merge branch 'master' into spice

This commit is contained in:
Mariotaku Lee 2015-03-05 11:53:55 +08:00
commit ff566e9418

View File

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply from: rootProject.file('signing.gradle')
android {
compileSdkVersion 20
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "org.mariotaku.twidere"
minSdkVersion 20
targetSdkVersion 20
targetSdkVersion 21
versionCode 1
versionName "1.0"
}