mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
af77083660
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
38 lines
1.7 KiB
TOML
38 lines
1.7 KiB
TOML
[versions]
|
|
agp_version = "8.5.1"
|
|
lifecycle_version = "2.8.4"
|
|
paging_version = "3.3.2"
|
|
interpolator_version = "1.0.0"
|
|
|
|
[libraries]
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
|
|
|
annotation = "androidx.annotation:annotation:1.8.2"
|
|
appcompat = "androidx.appcompat:appcompat:1.7.0"
|
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
|
corektx = "androidx.core:core-ktx:1.13.1"
|
|
splashscreen = "androidx.core:core-splashscreen:1.0.1"
|
|
recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
|
|
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
|
|
profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
|
|
|
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
|
|
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
|
|
lifecycle-runtimektx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
|
|
|
|
workmanager = "androidx.work:work-runtime:2.9.1"
|
|
|
|
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
|
|
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
|
|
|
interpolator = { group = "androidx.interpolator", name = "interpolator", version.ref = "interpolator_version" }
|
|
|
|
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.4"
|
|
test-ext = "androidx.test.ext:junit-ktx:1.2.1"
|
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
|
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
|
|
|
[bundles]
|
|
lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
|