1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Merge pull request #464 from jca02266/master

Should match the buildToolsVersion with other build.gradle
This commit is contained in:
cketti 2014-04-05 17:36:00 +02:00
commit 16df038157

View File

@ -13,7 +13,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
// NOTE: We are using the old folder structure to also support Eclipse
sourceSets {