diff options
Diffstat (limited to 'cgeo-calendar/build.gradle')
-rw-r--r-- | cgeo-calendar/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgeo-calendar/build.gradle b/cgeo-calendar/build.gradle index 6b36270..4663e5f 100644 --- a/cgeo-calendar/build.gradle +++ b/cgeo-calendar/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 19 - buildToolsVersion "19.1.0" + buildToolsVersion "21.1.2" @@ -26,4 +26,4 @@ android { dependencies { // The dependency to the ICalnder interface from the main project is missing // compile project(":main") is not working -}
\ No newline at end of file +} |