From 38a7ed900834a4ca76d94d291de47290d94c8157 Mon Sep 17 00:00:00 2001 From: Nya Date: Tue, 27 Oct 2020 23:32:15 +0100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 39b7d9d..f9fbf91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'ai.elimu:model:2.0.24' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.1' + implementation 'androidx.constraintlayout:constraintlayout:2.0.2' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21' testImplementation 'junit:junit:4.13.1'