Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-29 15:41:41 +02:00
parent 5a11a6109f
commit bc7d7ea7b6
18 changed files with 357 additions and 84 deletions

View file

@ -16,6 +16,13 @@ plugins {
alias(deps.plugins.ksp) apply false
}
buildscript {
dependencies {
classpath(deps.gradle.android)
classpath(deps.agconnect.agcp)
}
}
val clean by tasks.registering {
delete(rootProject.buildDir)
}