[versions] agp = "8.9.2" gson = "2.10.1" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" appcompat = "1.7.0" material = "1.12.0" activity = "1.10.1" constraintlayout = "2.2.1" retrofit = "2.11.0" roomRuntime = "2.7.1" rxandroid = "3.0.2" rxjava = "3.1.8" [libraries] adapter-rxjava3 = { module = "com.squareup.retrofit2:adapter-rxjava3", version.ref = "retrofit" } converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" } 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" } retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" } room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" } room-rxjava3 = { module = "androidx.room:room-rxjava3", version.ref = "roomRuntime" } rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" } rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" }