forked from organicmaps/organicmaps
[android] Android Studio 0.8.1 and new Gradle support
This commit is contained in:
parent
19678b965c
commit
73a511fdf5
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue