| 1234567891011121314151617181920212223242526272829303132 |
- [versions]
- agp = "8.3.2"
- commonsCollections4 = "4.4"
- commonsIo = "2.16.1"
- commonsLang3 = "3.14.0"
- gson = "2.10.1"
- junit = "4.13.2"
- junitVersion = "1.1.5"
- espressoCore = "3.5.1"
- appcompat = "1.6.1"
- material = "1.11.0"
- activity = "1.8.0"
- constraintlayout = "2.1.4"
- socketIoClient = "2.0.0"
- [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" }
- gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
- 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" }
- 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" }
- [plugins]
- androidApplication = { id = "com.android.application", version.ref = "agp" }
|