diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-05-29 17:53:50 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-05-29 17:53:50 +0200 |
commit | 7ee11eff189eb999c5ecf8f726113df63d783739 (patch) | |
tree | d5920a1b6fe1f83c4f33742c0fee57130b9275f6 /remoteExample | |
parent | 6025ce70053a6b25619c2d88c7845711a966b220 (diff) |
Fix lint issues
Diffstat (limited to 'remoteExample')
-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 |