updated sdk version
This commit is contained in:
parent
e11e9cb1d4
commit
bdc9658243
|
@ -1 +1 @@
|
||||||
Subproject commit cf66bea00da85aa4c65e62b79918e3e6909e9327
|
Subproject commit 524ca7a432be4c55be3841813fe7326f2fbf08c1
|
|
@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
|
||||||
apply from: rootProject.file('signing.gradle')
|
apply from: rootProject.file('signing.gradle')
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 20
|
compileSdkVersion 21
|
||||||
buildToolsVersion "21.1.2"
|
buildToolsVersion "21.1.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.mariotaku.twidere"
|
applicationId "org.mariotaku.twidere"
|
||||||
minSdkVersion 20
|
minSdkVersion 20
|
||||||
targetSdkVersion 20
|
targetSdkVersion 21
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue