We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e489a commit 343dedaCopy full SHA for 343deda
app/build.gradle
@@ -24,5 +24,6 @@ dependencies {
24
implementation fileTree(dir: 'libs', include: ['*.jar'])
25
implementation 'com.android.support:appcompat-v7:28.0.0'
26
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
27
- implementation 'com.github.beanman90.Appx-LazyLogger:lazzylogger:1.0.0-rc'
+ releaseImplementation 'com.github.beanman90.Appx-LazyLogger:lazzylogger:1.0.0'
28
+ debugImplementation 'com.github.beanman90.Appx-LazyLogger:lazylogger-noop:1.0.0'
29
}
0 commit comments