Updated version numbers in build.gradle
requires submodule update
This commit is contained in:
parent
e715a43ac9
commit
9e1eba29ab
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.10.+'
|
||||
classpath 'com.android.tools.build:gradle:0.11.+'
|
||||
}
|
||||
}
|
||||
apply plugin: 'android'
|
||||
|
@ -34,7 +34,7 @@ dependencies {
|
|||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion "19.0.3"
|
||||
buildToolsVersion "19.1.0"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 10
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5f58dff340f705b4dc7f920f81c33d382919c3ad
|
||||
Subproject commit f659a75b015932565d230f72829baa4bbf403463
|
Loading…
Reference in New Issue