summaryrefslogtreecommitdiffstats
path: root/src/android/templates
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2023-12-08 09:59:29 +0000
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2024-01-08 17:29:26 +0000
commit91b0f269ba8fc0ae16f96b18327b5aa30718b313 (patch)
treec6106231a0896adc679e4518618b66514fd0724e /src/android/templates
parentec324fd4afd1bf843ea601447f40c1e375efe659 (diff)
Revert "Bump androix dependency to 1.12.0"
This reverts commit 3bae65e7d61f85d2942c89e46e913c1056ba2daa. Reason for revert: This version requires API >= 34 but we have AGP 7.4.1 which was tested against API 33 max, and updating it to version 8.x is blocked by QTBUG-106907. So, this will be re-stated AGP update is done. Task-number: QTBUG-106907 Pick-to: 6.7 Change-Id: I1551ace76392a0532e1ecf431d03afbbd9d4a300 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'src/android/templates')
-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 46cff7bf99..f94ffbde54 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
- implementation 'androidx.core:core:1.12.0'
+ implementation 'androidx.core:core:1.10.1'
}
android {