Skip to content

Commit

Permalink
Updating versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Jan 8, 2023
1 parent 5dd4f06 commit 15989a6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
security:
versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'com.squareup.sqldelight:gradle-plugin:1.5.4'
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0-RC3"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0"
}

project.ext.set("app_version_code", 70)
Expand All @@ -27,8 +27,8 @@ plugins {
id "com.bnorm.power.kotlin-power-assert" version "0.12.0" apply false
id "org.sonarqube" version "3.4.0.2513"
id "io.gitlab.arturbosch.detekt" version "1.22.0-RC3" apply true
id "com.github.ben-manes.versions" version "0.42.0" apply true
id "nl.littlerobots.version-catalog-update" version "0.5.3" apply true
id "com.github.ben-manes.versions" version "0.44.0" apply true
id "nl.littlerobots.version-catalog-update" version "0.7.0" apply true
}


Expand Down
36 changes: 18 additions & 18 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
accompanist = "0.27.1"
androidx-hilt = "1.0.0"
accompanist = "0.28.0"
androidx-hilt = "1.1.0-alpha01"
coil = "2.2.2"
com-google-android-gms = "21.0.1"
compose = "1.4.0-alpha02"
exoplayer = "2.18.1"
lumberjack = "5.2.7"
mockk = "1.13.2"
compose = "1.4.0-alpha03"
exoplayer = "2.18.2"
lumberjack = "5.3.0"
mockk = "1.13.3"
moshi = "1.14.0"
okhttp = "5.0.0-alpha.10"
okhttp = "5.0.0-alpha.11"
org-jetbrains-kotlinx = "1.6.4"
permissions = "1.0.0"
retrofit = "2.9.0"
sqldelight = "1.5.4"
Expand All @@ -27,7 +27,7 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" }
androidx-compose-hilt-navigation = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
androidx-compose-material-windowsize = "androidx.compose.material3:material3-window-size-class:1.1.0-alpha02"
androidx-compose-material-windowsize = "androidx.compose.material3:material3-window-size-class:1.1.0-alpha03"
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.6.0-alpha04"
androidx-compose-test-junit = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
androidx-compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose" }
Expand All @@ -37,15 +37,15 @@ androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
androidx-core = "androidx.core:core-ktx:1.9.0"
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.0-alpha01"
androidx-espresso = "androidx.test.espresso:espresso-core:3.5.0"
androidx-espresso = "androidx.test.espresso:espresso-core:3.5.1"
androidx-lifecycle = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.0-alpha03"
androidx-preference = "androidx.preference:preference-ktx:1.2.0"
androidx-startup = "androidx.startup:startup-runtime:1.2.0-alpha01"
androidx-test-core = "androidx.test:core:1.5.0"
androidx-test-runner = "androidx.test:runner:1.5.0"
androidx-test-runner = "androidx.test:runner:1.5.2"
androidx-window = "androidx.window:window:1.1.0-alpha04"
androidx-work = "androidx.work:work-runtime-ktx:2.8.0-beta02"
androidx-work-hilt = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
androidx-work = "androidx.work:work-runtime-ktx:2.8.0-rc01"
androidx-work-hilt = "androidx.hilt:hilt-work:1.0.0"
assure = "com.afollestad.assure:coroutines:0.2.0"
bubble-navigation = "com.github.savvasdalkitsis:BubbleNavigationBarCompose:1.0.2"
coil-base = { module = "io.coil-kt:coil-base", version.ref = "coil" }
Expand All @@ -55,14 +55,14 @@ coil-video = { module = "io.coil-kt:coil-video", version.ref = "coil" }
exif = "androidx.exifinterface:exifinterface:1.3.5"
exoplayer-base = { module = "com.google.android.exoplayer:exoplayer", version.ref = "exoplayer" }
exoplayer-okhttp = { module = "com.google.android.exoplayer:extension-okhttp", version.ref = "exoplayer" }
firebase-bom = "com.google.firebase:firebase-bom:31.1.0"
firebase-bom = "com.google.firebase:firebase-bom:31.1.1"
flowpreferences = "com.fredporciuncula:flow-preferences:1.8.0"
hilt = "com.google.dagger:hilt-android:2.44.2"
infobar = "com.radusalagean:info-bar-compose:1.0.0"
junit = "junit:junit:4.13.2"
jwt = "com.auth0.android:jwtdecode:2.0.1"
kotlinx-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4"
kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4"
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version.ref = "org-jetbrains-kotlinx" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "org-jetbrains-kotlinx" }
# @pin cannot update until lumbejack supports timber 5
logger = "com.jakewharton.timber:timber:4.7.1"
lumberjack-core = { module = "com.github.MFlisar.Lumberjack:lumberjack-library", version.ref = "lumberjack" }
Expand All @@ -72,7 +72,7 @@ lumberjack-file = { module = "com.github.MFlisar.Lumberjack:lumberjack-filelogge
lumberjack-notification = { module = "com.github.MFlisar.Lumberjack:lumberjack-notification", version.ref = "lumberjack" }
mapbox = "com.mapbox.maps:android:10.9.1"
maps = "com.google.android.gms:play-services-maps:18.1.0"
maps-compose = "com.google.maps.android:maps-compose:2.7.2"
maps-compose = "com.google.maps.android:maps-compose:2.8.0"
maps-utils = "com.google.maps.android:android-maps-utils:2.4.0"
maps-utils-ktx = "com.google.maps.android:maps-utils-ktx:3.4.0"
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
Expand Down Expand Up @@ -115,10 +115,10 @@ permissions = [
]
test = [
"junit",
"kotlinx-coroutines-test",
"mockk",
"shazamcrest",
"turbine",
"kotlinx-coroutines-test"
]
test-android = [
"androidx-compose-test-junit",
Expand Down

0 comments on commit 15989a6

Please sign in to comment.