2
0

Compare commits

...

2 Commits

Author SHA1 Message Date
44a8f6f4d7 Merge remote-tracking branch 'upstream/main'
All checks were successful
Merge core/template-android-project to this repo / merge-if-needed (push) Successful in 14s
2024-10-28 19:58:16 +00:00
41f6f04fb4 Add support AS Lady bug 2024-10-29 02:51:00 +07:00
4 changed files with 5 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.gradle apply false
androidApplication version Version.agp apply false
kotlinJvm version Version.Kotlin.language apply false
}
}

2
gradle

Submodule gradle updated: 206bac06d8...d115144332