diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-29 01:49:59 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-29 01:49:59 +0100 |
commit | ca9696ff341ccedd9dfa459e9298d3bc710df84a (patch) | |
tree | e4d43f19a4d6880f63493c71144c64167bc9300f /OpenPGP-Keychain | |
parent | 312b7fde53c99c573b295a0ea4b66ca74fed2b9e (diff) | |
download | open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.tar.gz open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.tar.bz2 open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.zip |
Update gradle build files to use android plugin 0.8.0, build tools 19.0.1
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/build.gradle | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle index cf58740e8..dba420f04 100644 --- a/OpenPGP-Keychain/build.gradle +++ b/OpenPGP-Keychain/build.gradle @@ -1,21 +1,7 @@ -buildscript { - repositories { - mavenCentral() - } - - dependencies { - classpath 'com.android.tools.build:gradle:0.7.3' - } -} - apply plugin: 'android' -repositories { - mavenCentral() -} - dependencies { - compile 'com.android.support:support-v4:19.0.+' // already in actionbarsherlock + compile 'com.android.support:support-v4:19.0.1' compile project(':libraries:ActionBarSherlock') compile project(':libraries:HtmlTextView') compile project(':libraries:StickyListHeaders:library') @@ -30,7 +16,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion "19" + buildToolsVersion "19.0.1" defaultConfig { minSdkVersion 8 |