fix release building issue & remove ripple from NavView

This commit is contained in:
Franek 2024-06-17 22:38:44 +02:00
parent 838b92add3
commit db247a876c
No known key found for this signature in database
GPG Key ID: 0329F871B2079351
2 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,6 @@ dependencies {
// 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"

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<color name="transparent">#00FFFFFF</color>
<!-- Material 3 theme builder light colors -->
<color name="seed">#2196f3</color>