Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2024-10-29 14:00:14 +07:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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
} }