mirror of
https://github.com/mihonapp/mihon.git
synced 2025-08-28 09:01:31 +02:00
Compare commits
8 Commits
ce497003e3
...
2f243fae11
Author | SHA1 | Date | |
---|---|---|---|
|
2f243fae11 | ||
|
d2e5c78074 | ||
|
5912d6b08f | ||
|
99b550ae0d | ||
|
8d187f7865 | ||
|
653d5d3e25 | ||
|
1dca9363a4 | ||
|
fffa6a462d |
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@@ -15,6 +15,7 @@
|
||||
"matchPackagePrefixes": [
|
||||
"androidx.compose.compiler",
|
||||
"org.jetbrains.kotlin.",
|
||||
"org.jetbrains.kotlin:",
|
||||
],
|
||||
}
|
||||
]
|
||||
|
@@ -1,12 +1,12 @@
|
||||
[versions]
|
||||
agp_version = "8.4.0"
|
||||
lifecycle_version = "2.7.0"
|
||||
lifecycle_version = "2.8.0"
|
||||
paging_version = "3.2.1"
|
||||
|
||||
[libraries]
|
||||
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
||||
|
||||
annotation = "androidx.annotation:annotation:1.7.1"
|
||||
annotation = "androidx.annotation:annotation:1.8.0"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.1"
|
||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
@@ -26,7 +26,7 @@ paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "pag
|
||||
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
||||
|
||||
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.4"
|
||||
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha04"
|
||||
test-ext = "androidx.test.ext:junit-ktx:1.2.0-beta01"
|
||||
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-beta01"
|
||||
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
compiler = "1.5.12"
|
||||
compose-bom = "2024.05.00-alpha01"
|
||||
compiler = "1.5.14"
|
||||
compose-bom = "2024.05.00-alpha02"
|
||||
accompanist = "0.35.0-alpha"
|
||||
|
||||
[libraries]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
kotlin_version = "1.9.23"
|
||||
kotlin_version = "1.9.24"
|
||||
serialization_version = "1.6.3"
|
||||
xml_serialization_version = "0.86.3"
|
||||
|
||||
|
@@ -57,7 +57,7 @@ natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
|
||||
richtext-commonmark = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" }
|
||||
richtext-m3 = { module = "com.halilibo.compose-richtext:richtext-ui-material3", version.ref = "richtext" }
|
||||
|
||||
material = "com.google.android.material:material:1.11.0"
|
||||
material = "com.google.android.material:material:1.12.0"
|
||||
flexible-adapter-core = "com.github.arkon.FlexibleAdapter:flexible-adapter:c8013533"
|
||||
photoview = "com.github.chrisbanes:PhotoView:2.3.0"
|
||||
directionalviewpager = "com.github.tachiyomiorg:DirectionalViewPager:1.0.0"
|
||||
@@ -92,7 +92,7 @@ sqldelight-gradle = { module = "app.cash.sqldelight:gradle-plugin", version.ref
|
||||
|
||||
junit = "org.junit.jupiter:junit-jupiter:5.10.2"
|
||||
kotest-assertions = "io.kotest:kotest-assertions-core:5.9.0"
|
||||
mockk = "io.mockk:mockk:1.13.10"
|
||||
mockk = "io.mockk:mockk:1.13.11"
|
||||
|
||||
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }
|
||||
voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", version.ref = "voyager" }
|
||||
|
Reference in New Issue
Block a user