This commit is contained in:
2025-03-27 11:50:45 +09:00
parent a297e76da0
commit b17d4a0411
19 changed files with 469 additions and 93 deletions
+4 -2
View File
@@ -9,9 +9,11 @@ buildscript {
}
plugins {
id ("com.android.application") version "8.2.2" apply false
id ("com.android.library") version "8.2.2" apply false
id ("com.android.application") version "8.8.0" apply false
id ("com.android.library") version "8.8.0" apply false
id ("io.realm.kotlin") version "2.0.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
}
tasks.register<Delete>("clean") {