| [versions] |
| agp = "8.11.0-dev" |
| junit = "4.13.2" |
| junitVersion = "1.1.5" |
| espressoCore = "3.5.1" |
| appcompat = "1.6.1" |
| material = "1.10.0" |
| recyclerview = "1.3.0" |
| constraintlayout = "2.1.4" |
| lifecycleLivedataKtx = "2.6.1" |
| lifecycleViewmodelKtx = "2.6.1" |
| navigationFragment = "2.6.0" |
| navigationUi = "2.6.0" |
| |
| [libraries] |
| 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" } |
| recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" } |
| constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } |
| lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" } |
| lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" } |
| navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" } |
| navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" } |
| |
| [plugins] |
| android-application = { id = "com.android.application", version.ref = "agp" } |
| |