summaryrefslogtreecommitdiff
path: root/Source/Android/app
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2022-05-29 15:20:05 +0100
committerGitHub <noreply@github.com>2022-05-29 15:20:05 +0100
commit70bf89fa59e3bd48633677374ca26124d36ff7e5 (patch)
tree5a686505f9dbd29a8a23d3a745ede69a6a48a177 /Source/Android/app
parentbb2a3d35b0bebc2f858bb5da7cdf715bf595449e (diff)
parent5f3112653d9fa8d17cba98c411fc7a33e9b56483 (diff)
Merge pull request #10707 from shuffle2/gradle
fix the android buildbot
Diffstat (limited to 'Source/Android/app')
-rw-r--r--Source/Android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 8f61a3feec..b19c3cec62 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -96,7 +96,7 @@ dependencies {
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'