| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- [versions]
- agp = "8.3.2"
- commonsCollections4 = "4.4"
- commonsIo = "2.16.1"
- commonsLang3 = "3.14.0"
- datastore = "1.1.1"
- gson = "2.10.1"
- hilt = "2.48"
- junit = "4.13.2"
- junitVersion = "1.1.5"
- espressoCore = "3.5.1"
- appcompat = "1.6.1"
- kotlinxCoroutines = "1.8.1"
- kotlinxSerializationJson = "1.5.1"
- ktor = "2.3.11"
- material = "1.12.0"
- activity = "1.9.0"
- constraintlayout = "2.1.4"
- socketIoClient = "2.0.0"
- navigationFragment = "2.7.7"
- navigationUi = "2.7.7"
- kotlin = "1.9.24"
- annotation = "1.8.0"
- lifecycle = "2.8.0"
- coreKtx = "1.13.1"
- [libraries]
- commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commonsCollections4" }
- commons-io = { module = "commons-io:commons-io", version.ref = "commonsIo" }
- commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang3" }
- datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" }
- gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
- hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
- hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
- junit = { group = "junit", name = "junit", version.ref = "junit" }
- ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
- espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
- appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
- coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
- coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
- kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
- kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
- ktor-client-cio = { group = "io.ktor", name = "ktor-client-cio", version.ref = "ktor" }
- ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
- ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
- ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
- ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
- material = { group = "com.google.android.material", name = "material", version.ref = "material" }
- activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
- constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
- socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" }
- navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
- navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
- annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
- lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
- lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
- lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
- core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- [plugins]
- androidApplication = { id = "com.android.application", version.ref = "agp" }
- jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
- kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
- hiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|