New material things

This commit is contained in:
Vlad Mihalachi
2014-10-25 14:35:31 +02:00
parent 4d26fa7f3d
commit 78407c292a
164 changed files with 1485 additions and 1607 deletions

View File

@ -15,12 +15,16 @@ dependencies {
}
android {
compileSdkVersion 20
buildToolsVersion '20.0.0'
compileSdkVersion 21
buildToolsVersion '21.0.2'
defaultConfig {
minSdkVersion 7
targetSdkVersion 19
targetSdkVersion 21
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}