Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: gradle/wrapper-validation-action@v1.0.5
- uses: actions/checkout@v3.6.0
- uses: gradle/wrapper-validation-action@v1.1.0
50 changes: 25 additions & 25 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,45 +29,45 @@ object versions {
}

object kotlin {
const val core = "1.6.21"
const val coroutines = "1.6.1"
const val core = "1.9.24"
const val coroutines = "1.8.1"
}

object androidX {
const val activity = "1.4.0"
const val appCompat = "1.4.1"
const val core = "1.7.0"
const val fragment = "1.4.1"
const val activity = "1.9.0"
const val appCompat = "1.7.0"
const val core = "1.13.1"
const val fragment = "1.7.1"
const val startUp = "1.1.1"

object view {
const val constraintLayout = "2.1.3"
const val material = "1.4.0"
const val recyclerView = "1.3.0-alpha02"
const val constraintLayout = "2.1.4"
const val material = "1.12.0"
const val recyclerView = "1.3.2"
}

const val navigation = "2.4.2"
const val lifecycle = "2.4.1"
const val room = "2.5.0-alpha01"
const val work = "2.8.0-alpha02"
const val navigation = "2.7.7"
const val lifecycle = "2.8.1"
const val room = "2.6.1"
const val work = "2.9.0"
}

const val koin = "3.2.0"
const val moshiKotlin = "1.13.0"
const val retrofit = "2.9.0"
const val okHttpLoggingInterceptor = "5.0.0-alpha.2"
const val leakCanaryAndroid = "2.7"
const val koin = "3.5.6"
const val moshiKotlin = "1.15.1"
const val retrofit = "2.11.0"
const val okHttpLoggingInterceptor = "5.0.0-SNAPSHOT"
const val leakCanaryAndroid = "2.14"
const val rxRelay = "3.0.1"
const val rxBinding = "4.0.0"
const val timber = "5.0.1"

object reactiveX {
const val kotlin = "3.0.1"
const val java = "3.1.2"
const val android = "3.0.0"
const val java = "3.1.8"
const val android = "3.0.2"
}

const val glide = "4.12.0"
const val glide = "4.16.0"

object customView {
const val materialSearchView = "1.4.0"
Expand All @@ -84,10 +84,10 @@ object versions {
const val bom = "28.4.2"
}

const val arrow = "1.1.2"
const val uri = "0.3.3"
const val viewBindingDelegate = "1.3.1"
const val flowExt = "0.3.0"
const val arrow = "1.2.4"
const val uri = "0.4.0"
const val viewBindingDelegate = "1.4.0"
const val flowExt = "0.8.1"
}

object deps {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists