summaryrefslogtreecommitdiffstats
path: root/src/android/templates/build.gradle
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-03-27 08:43:19 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2017-03-27 09:21:47 +0000
commitd5df0e99490098a8ed5ccdb29a82f796d41044e3 (patch)
treec540bf33502b2aa4f0c0ae8a28a8fc22a4a78ac6 /src/android/templates/build.gradle
parent1e7795ef604fe22895b8ec5c2278fea4217f2c07 (diff)
parent7702fe86029c771e641a918baa221b9737c0f18e (diff)
Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9
Diffstat (limited to 'src/android/templates/build.gradle')
-rw-r--r--src/android/templates/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle
index ef416b0b88..dbe841255d 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.1.0'
+ classpath 'com.android.tools.build:gradle:2.2.0'
}
}