[android] Android Studio 0.8.1 and new Gradle support

This commit is contained in:
Alex Zolotarev 2014-06-28 19:51:21 -10:00 committed by Alex Zolotarev
parent 19678b965c
commit 73a511fdf5

View file

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.11.1'
classpath 'com.android.tools.build:gradle:0.12.0'
}
}
@ -28,6 +28,8 @@ android {
compileSdkVersion propTargetSdkVersion.toInteger()
buildToolsVersion propBuildToolsVersion
useOldManifestMerger true
defaultConfig {
// Default package name is taken from the manifest and should be com.mapswithme.maps
versionCode propVersionCode.toInteger()