diff options
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r-- | remoteExample/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 1963254e..31fe7c96 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -6,8 +6,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion '25.0.2' + compileSdkVersion 25 + buildToolsVersion '25.0.3' defaultConfig { minSdkVersion 15 |