summaryrefslogtreecommitdiffstats
path: root/src/android/templates/build.gradle
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-11-06 13:00:36 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-11-06 13:00:36 +0000
commit1f984dee90d6aa7d556a1fbd042b0209efac3150 (patch)
treef2285a0a09e87c083e0ebfe867a6e9c332f36d7a /src/android/templates/build.gradle
parent1771b8d7c6fd052e6a16b109cc841e69fe180e2d (diff)
parenteedb3a06cbaff1a3e100a0d68a578d15a0c9dd97 (diff)
Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/staging/5.12
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 bf5ce1388a..fcd8ae345d 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -17,7 +17,7 @@ repositories {
apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
}
android {