fix release building issue

This commit is contained in:
Franek 2024-06-17 21:48:31 +02:00
parent eff99e7966
commit 838b92add3
No known key found for this signature in database
GPG Key ID: 0329F871B2079351

View File

@ -259,8 +259,11 @@ dependencies {
implementation("com.heinrichreimersoftware:material-intro") { version { strictly "1.5.8" } } implementation("com.heinrichreimersoftware:material-intro") { version { strictly "1.5.8" } }
implementation("pl.droidsonroids.gif:android-gif-drawable") { version { strictly "1.2.15" } } 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.balysv:material-ripple:1.0.2"
implementation "com.mikepenz:materialize:1.2.1" implementation "com.mikepenz:materialize:1.2.1"
implementation "com.mikepenz:itemanimators:1.1.0"
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
} }