Files
com.github.premnirmal.ticke…/settings.gradle.kts
22a0a1913b
Build / Build and release (push) Canceled after 0s
Copilot Setup Steps / copilot-setup-steps (push) Canceled after 0s
version-code-change / Update version.properties (push) Canceled after 0s
Rename androidApp module to app and update CI/config references
Co-authored-by: premnirmal <1255689+premnirmal@users.noreply.github.com>
2026-06-27 07:07:36 +00:00

11 lines
135 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
include(":app")
include(":shared")