Skip to content

Commit 343deda

Browse files
author
BeanMan
committed
Working fine! 1.0.0
Add proguard rules
1 parent 05e489a commit 343deda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
implementation 'com.android.support:appcompat-v7:28.0.0'
2626
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
27-
implementation 'com.github.beanman90.Appx-LazyLogger:lazzylogger:1.0.0-rc'
27+
releaseImplementation 'com.github.beanman90.Appx-LazyLogger:lazzylogger:1.0.0'
28+
debugImplementation 'com.github.beanman90.Appx-LazyLogger:lazylogger-noop:1.0.0'
2829
}

0 commit comments

Comments
 (0)