diff options
author | Fred Ross-Perry <fred.ross-perry@artifex.com> | 2016-10-28 14:34:03 -0700 |
---|---|---|
committer | Fred Ross-Perry <fred.ross-perry@artifex.com> | 2016-11-15 12:31:08 -0800 |
commit | 4ba8685340b5b54f3716d429b7bf35490f137e78 (patch) | |
tree | 58db73403612873c5ae51e602613c2659d878ed9 /platform | |
parent | 3512a02e11b3f80c3b5fe6af8639e510e1382568 (diff) | |
download | mupdf-4ba8685340b5b54f3716d429b7bf35490f137e78.tar.xz |
Android example - update gradle version.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/example/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/example/build.gradle b/platform/android/example/build.gradle index 596c1dab..a1dae01d 100644 --- a/platform/android/example/build.gradle +++ b/platform/android/example/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' + classpath 'com.android.tools.build:gradle:2.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |