mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-20 01:59:43 +02:00
Bump dependencies + linting
This commit is contained in:
@@ -4,11 +4,11 @@ lifecycle_version = "2.5.1"
|
||||
|
||||
[libraries]
|
||||
annotation = "androidx.annotation:annotation:1.4.0"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.0-beta01"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.0-rc01"
|
||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
corektx = "androidx.core:core-ktx:1.8.0"
|
||||
corektx = "androidx.core:core-ktx:1.9.0"
|
||||
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta02"
|
||||
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
compiler = "1.3.0-rc02"
|
||||
compiler = "1.3.1"
|
||||
compose = "1.2.1"
|
||||
accompanist = "0.25.1"
|
||||
material3 = "1.0.0-beta01"
|
||||
|
@@ -103,5 +103,5 @@ conductor = ["conductor-core", "conductor-support-preference"]
|
||||
shizuku = ["shizuku-api", "shizuku-provider"]
|
||||
|
||||
[plugins]
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "3.11.1" }
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" }
|
||||
versionsx = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
Reference in New Issue
Block a user