This commit is contained in:
2025-09-07 23:14:03 +09:00
parent 520350f9d1
commit b5bbf299bd
81 changed files with 2467 additions and 3021 deletions
+6
View File
@@ -0,0 +1,6 @@
object Versions {
const val retrofit = "2.9.0"
const val appcompat = "1.6.1"
const val kotlinVersion = "2.0.10" // Define here
const val realmVersion = "2.0.0"
}