0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Should match the buildToolsVersion with other build.gradle

This commit is contained in:
Koji Arai 2014-04-05 12:57:28 +09:00
parent 16ec0337d1
commit 929a61c035

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 {