From 8bff54844658789490c39bb4c808f4d034c14e52 Mon Sep 17 00:00:00 2001 From: AntoineDoubovetzky Date: Wed, 13 Jun 2018 19:39:53 +0200 Subject: [PATCH] chore(android): modernize example --- example/android/ResizerExample.iml | 2 +- example/android/app/build.gradle | 2 +- example/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/android/ResizerExample.iml b/example/android/ResizerExample.iml index 7eb6c1d..8b96d36 100644 --- a/example/android/ResizerExample.iml +++ b/example/android/ResizerExample.iml @@ -1,5 +1,5 @@ - + diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 0d6f520..e8c203c 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -84,7 +84,7 @@ def enableProguardInReleaseBuilds = false android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion '25.0.0' defaultConfig { applicationId "com.resizerexample" diff --git a/example/android/build.gradle b/example/android/build.gradle index fcba4c5..c5fecab 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' + classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files