diff options
Diffstat (limited to 'libs/thedevstacklogcat/build.gradle')
-rw-r--r-- | libs/thedevstacklogcat/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/thedevstacklogcat/build.gradle b/libs/thedevstacklogcat/build.gradle index 00fe2a0b..13cf1dc8 100644 --- a/libs/thedevstacklogcat/build.gradle +++ b/libs/thedevstacklogcat/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 22 - buildToolsVersion "22.0.1" + buildToolsVersion '22.0.1' defaultConfig { minSdkVersion 14 |