fix: Chucker dep for nightly

Because of course it's not that easy, thanks Google :)
This commit is contained in:
ziro 2024-01-11 08:46:34 +07:00
parent a790c29a1d
commit 5bbefda882
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1,4 +1,3 @@
import com.android.build.gradle.internal.scope.ProjectInfo.Companion.getBaseName
import java.io.ByteArrayOutputStream
plugins {
@ -200,6 +199,7 @@ dependencies {
// Chucker
debugImplementation(libs.chucker.library)
releaseImplementation(libs.chucker.library.no.op)
"nightlyImplementation"(libs.chucker.library.no.op)
implementation(kotlin("reflect", version = kotlinx.versions.kotlin.get()))