fix(deps): update all non-major dependencies (#727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
agp = "8.2.0"
|
||||
appCenter = "5.0.4"
|
||||
kotlin = "1.9.21"
|
||||
ksp = "1.9.21-1.0.15"
|
||||
ksp = "1.9.21-1.0.16"
|
||||
lifecycle = "2.6.2"
|
||||
materialDialog = "3.3.0"
|
||||
sealedEnum = "0.7.0"
|
||||
@@ -11,7 +11,7 @@ sealedEnum = "0.7.0"
|
||||
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
|
||||
appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" }
|
||||
android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
||||
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.0" }
|
||||
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }
|
||||
androidx-browser = { module = "androidx.browser:browser", version = "1.7.0" }
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
|
||||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||
@@ -27,7 +27,7 @@ ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref =
|
||||
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
||||
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
|
||||
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
||||
material = { module = "com.google.android.material:material", version = "1.10.0" }
|
||||
material = { module = "com.google.android.material:material", version = "1.11.0" }
|
||||
material-dialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "materialDialog" }
|
||||
material-dialogs-input = { module = "com.afollestad.material-dialogs:input", version.ref = "materialDialog" }
|
||||
xposed = { module = "de.robv.android.xposed:api", version = "82" }
|
||||
|
||||
@@ -15,6 +15,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
// androidx nullability stubs
|
||||
compileOnly("androidx.annotation:annotation:1.7.0")
|
||||
compileOnly("androidx.annotation:annotation:1.7.1")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user