Change target of gradle build to Android 5.1.

This commit is contained in:
akwizgran
2015-04-04 12:19:46 +01:00
parent b558218d48
commit 56f24d462e

View File

@@ -9,8 +9,8 @@ dependencies {
} }
android { android {
compileSdkVersion 20 compileSdkVersion 22
buildToolsVersion "20.0.0" buildToolsVersion "22.0.1"
sourceSets { sourceSets {
main { main {