forked from github/szkolny
fix release building issue & remove ripple from NavView
This commit is contained in:
parent
838b92add3
commit
db247a876c
@ -261,7 +261,6 @@ dependencies {
|
|||||||
|
|
||||||
// NavLib dependencies
|
// NavLib dependencies
|
||||||
// TODO: try to move these dependencies to NavLib build.gradle file
|
// 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:materialize:1.2.1"
|
||||||
implementation "com.mikepenz:itemanimators:1.1.0"
|
implementation "com.mikepenz:itemanimators:1.1.0"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<color name="transparent">#00FFFFFF</color>
|
||||||
|
|
||||||
<!-- Material 3 theme builder light colors -->
|
<!-- Material 3 theme builder light colors -->
|
||||||
<color name="seed">#2196f3</color>
|
<color name="seed">#2196f3</color>
|
||||||
|
Loading…
Reference in New Issue
Block a user