1
0

Rollback custom changes

This commit is contained in:
2024-10-29 13:57:20 +07:00
parent 41f6f04fb4
commit 85b54d5e01
3 changed files with 3 additions and 3 deletions

@ -33,5 +33,5 @@ android {
dependencies { dependencies {
defaultLibrary() defaultLibrary()
customLibrary()
} }

@ -2,4 +2,4 @@
plugins { plugins {
androidApplication version Version.agp apply false androidApplication version Version.agp apply false
kotlinJvm version Version.Kotlin.language apply false kotlinJvm version Version.Kotlin.language apply false
} }