mirror of
https://github.com/mihonapp/mihon.git
synced 2025-08-27 00:21:32 +02:00
Compare commits
8 Commits
a3d438e2f5
...
fa6dba6cc7
Author | SHA1 | Date | |
---|---|---|---|
|
fa6dba6cc7 | ||
|
8a51d56c59 | ||
|
47ee2b45a8 | ||
|
a2f7d47a0a | ||
|
4e5cbbc96b | ||
|
b720f34267 | ||
|
c6a1412f18 | ||
|
6290cf222d |
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3.3.2
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
|
||||
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
agp_version = "8.3.2"
|
||||
agp_version = "8.4.0"
|
||||
lifecycle_version = "2.7.0"
|
||||
paging_version = "3.2.1"
|
||||
|
||||
@@ -10,7 +10,7 @@ annotation = "androidx.annotation:annotation:1.7.1"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.1"
|
||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
corektx = "androidx.core:core-ktx:1.13.0"
|
||||
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"
|
||||
@@ -26,8 +26,8 @@ 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-alpha03"
|
||||
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha03"
|
||||
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha04"
|
||||
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha04"
|
||||
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
||||
|
||||
[bundles]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
compiler = "1.5.12"
|
||||
compiler = "1.5.13"
|
||||
# 2024.04.00-alpha01 has several bugs with the new animateItem() modifier
|
||||
compose-bom = "2024.03.00-alpha02"
|
||||
accompanist = "0.35.0-alpha"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
aboutlib_version = "11.1.3"
|
||||
leakcanary = "2.13"
|
||||
aboutlib_version = "11.1.4"
|
||||
leakcanary = "2.14"
|
||||
moko = "0.23.0"
|
||||
okhttp_version = "5.0.0-alpha.12"
|
||||
richtext = "0.20.0"
|
||||
|
Reference in New Issue
Block a user