diff options
Diffstat (limited to 'remoteExample')
-rw-r--r-- | remoteExample/build.gradle | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 59e37fbd..7f34384c 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -1,17 +1,8 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath 'com.android.tools.build:gradle:0.9.+' - } -} - apply plugin: 'android' android { compileSdkVersion 19 - buildToolsVersion "19.0.3" + buildToolsVersion "19.1.0" defaultConfig { minSdkVersion 15 |