mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-13 18:48:55 +01:00
Compare commits
5 Commits
be671b42ce
...
380787a310
Author | SHA1 | Date | |
---|---|---|---|
|
380787a310 | ||
|
418ba30265 | ||
|
b3867dd63c | ||
|
6dd93d70cc | ||
|
2276abbb23 |
@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
agp_version = "8.6.1"
|
||||
lifecycle_version = "2.8.5"
|
||||
lifecycle_version = "2.8.6"
|
||||
paging_version = "3.3.2"
|
||||
interpolator_version = "1.0.0"
|
||||
|
||||
@ -15,7 +15,7 @@ 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"
|
||||
profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.0"
|
||||
|
||||
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
|
||||
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
|
||||
@ -28,7 +28,7 @@ paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pag
|
||||
|
||||
interpolator = { group = "androidx.interpolator", name = "interpolator", version.ref = "interpolator_version" }
|
||||
|
||||
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.3.0"
|
||||
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.3.1"
|
||||
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"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
kotlin_version = "2.0.20"
|
||||
serialization_version = "1.7.2"
|
||||
serialization_version = "1.7.3"
|
||||
xml_serialization_version = "0.86.3"
|
||||
|
||||
[libraries]
|
||||
|
@ -532,7 +532,7 @@
|
||||
<string name="backup_choice">What do you want to backup?</string>
|
||||
<string name="app_settings">App settings</string>
|
||||
<string name="source_settings">Source settings</string>
|
||||
<string name="extensionRepo_settings">Extension Repos</string>
|
||||
<string name="extensionRepo_settings">Extension repos</string>
|
||||
<string name="private_settings">Include sensitive settings (e.g., tracker login tokens)</string>
|
||||
<string name="creating_backup">Creating backup</string>
|
||||
<string name="creating_backup_error">Backup failed</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user