You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.4 KiB
32 lines
1.4 KiB
2 years ago
|
[versions]
|
||
|
minSdk = "21"
|
||
|
compilesdk = "33"
|
||
|
targetsdk = "33"
|
||
|
appcompat = "1.5.1"
|
||
|
recyclerview = "1.2.1"
|
||
|
buildToolsVersion="33.0.1"
|
||
|
room = "2.4.3"
|
||
|
test-junit = "4.13.2"
|
||
|
android-junit = "1.1.4"
|
||
|
android-espresso = "3.5.0"
|
||
|
android-ktx = "1.7.0"
|
||
|
lifecycle = "2.5.1"
|
||
|
|
||
|
|
||
|
[libraries]
|
||
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
||
|
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||
|
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||
|
junit = { module = "junit:junit", version.ref = "test-junit" }
|
||
|
android-junit = { module = "androidx.test.ext:junit", version.ref = "android-junit" }
|
||
|
android-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "android-espresso" }
|
||
|
android-ktx = { module = "androidx.core:core-ktx", version.ref = "android-ktx" }
|
||
|
appcompat = {module = "androidx.appcompat:appcompat", version.ref = "appcompat"}
|
||
|
lifecycle-viewmodel-ktx = {module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle"}
|
||
|
lifecycle-viewmodel-compose = {module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle"}
|
||
|
lifecycle-runtime-ktx = {module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle"}
|
||
|
|
||
|
[bundles]
|
||
|
android-test = ["android-junit", "android-espresso"]
|
||
|
lifecycle = ["lifecycle-viewmodel-ktx", "lifecycle-viewmodel-compose", "lifecycle-runtime-ktx"]
|