tachiyomi/gradle/androidx.versions.toml

35 lines
1.6 KiB
TOML
Raw Normal View History

[versions]
2023-11-26 04:40:10 +08:00
agp_version = "8.1.4"
2023-09-08 10:23:10 +08:00
lifecycle_version = "2.6.2"
paging_version = "3.2.1"
[libraries]
2023-01-19 11:33:56 +08:00
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
2023-09-08 10:23:10 +08:00
annotation = "androidx.annotation:annotation:1.7.0"
appcompat = "androidx.appcompat:appcompat:1.6.1"
2022-09-22 10:19:00 +08:00
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2022-05-24 04:59:03 +08:00
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
2023-09-08 10:23:10 +08:00
corektx = "androidx.core:core-ktx:1.12.0"
2023-06-23 09:59:17 +08:00
splashscreen = "androidx.core:core-splashscreen:1.0.1"
2023-10-19 10:42:19 +08:00
recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
2023-05-04 02:09:52 +08:00
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" }
2023-10-15 10:22:46 +08:00
workmanager = "androidx.work:work-runtime-ktx:2.8.1"
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
2023-11-16 11:19:02 +08:00
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.1"
2023-07-30 10:48:56 +08:00
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha01"
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha01"
2023-11-02 10:19:59 +08:00
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"
[bundles]
2022-04-11 20:56:22 +08:00
lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]