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 {
compileSdkVersion 20
buildToolsVersion "20.0.0"
compileSdkVersion 22
buildToolsVersion "22.0.1"
sourceSets {
main {