updated sdk version

This commit is contained in:
Mariotaku Lee 2015-03-05 11:51:42 +08:00
parent e11e9cb1d4
commit bdc9658243
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit cf66bea00da85aa4c65e62b79918e3e6909e9327
Subproject commit 524ca7a432be4c55be3841813fe7326f2fbf08c1

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"
}