From 838b92add3e88f70e34c0a405cbdee079ea51756 Mon Sep 17 00:00:00 2001 From: sadorowo Date: Mon, 17 Jun 2024 21:48:31 +0200 Subject: [PATCH] fix release building issue --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 66531f90..b05b0f0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -259,8 +259,11 @@ dependencies { implementation("com.heinrichreimersoftware:material-intro") { version { strictly "1.5.8" } } implementation("pl.droidsonroids.gif:android-gif-drawable") { version { strictly "1.2.15" } } + // NavLib dependencies + // TODO: try to move these dependencies to NavLib build.gradle file implementation "com.balysv:material-ripple:1.0.2" implementation "com.mikepenz:materialize:1.2.1" + implementation "com.mikepenz:itemanimators:1.1.0" testImplementation 'junit:junit:4.13.2' }