mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Chucker dep for nightly
Because of course it's not that easy, thanks Google :)
This commit is contained in:
parent
a790c29a1d
commit
5bbefda882
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue