diff options
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r-- | remoteExample/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index a747b952..59e37fbd 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'android' android { compileSdkVersion 19 - buildToolsVersion "19.0.1" + buildToolsVersion "19.0.3" defaultConfig { minSdkVersion 15 |