diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-06-07 11:32:11 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-06-07 11:32:11 +0200 |
commit | 9e1eba29ab59f7218c9910eeb841c8e4dc8e1269 (patch) | |
tree | d2cb03e7e74294759c9baca4810def924cdb4dde | |
parent | e715a43ac978a1d0593b7a4fb17730d6c2dae79a (diff) | |
download | AntennaPod-9e1eba29ab59f7218c9910eeb841c8e4dc8e1269.zip |
Updated version numbers in build.gradle
requires submodule update
-rw-r--r-- | build.gradle | 4 | ||||
m--------- | submodules/dslv | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index c350673c6..7ae35ae61 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/submodules/dslv b/submodules/dslv -Subproject 5f58dff340f705b4dc7f920f81c33d382919c3a +Subproject f659a75b015932565d230f72829baa4bbf40346 |