From 0a707928512864274f3d07c95096fbb70c0d0a24 Mon Sep 17 00:00:00 2001 From: Matthieu <24-artectrex@users.noreply.shinice.net> Date: Sun, 9 May 2021 14:08:36 +0200 Subject: [PATCH] Add dependency on androidx.fragment --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 63c8756f..7ff24547 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -111,6 +111,7 @@ dependencies { implementation "androidx.annotation:annotation:1.2.0" implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation "androidx.activity:activity-ktx:1.2.3" + implementation 'androidx.fragment:fragment-ktx:1.3.3' // Use the most recent version of CameraX def cameraX_version = '1.0.0'