diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 394e352..428bb0e 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -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 \ No newline at end of file + - uses: actions/checkout@v3.5.3 + - uses: gradle/wrapper-validation-action@v1.1.0 \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/Configurations.kt b/buildSrc/src/main/kotlin/Configurations.kt index eb096c3..480225c 100644 --- a/buildSrc/src/main/kotlin/Configurations.kt +++ b/buildSrc/src/main/kotlin/Configurations.kt @@ -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.10" + const val coroutines = "1.7.3" } 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.7.2" + const val appCompat = "1.6.1" + const val core = "1.10.1" + const val fragment = "1.6.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.9.0" + const val recyclerView = "1.3.1" } - 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.1" + const val lifecycle = "2.6.1" + const val room = "2.5.2" + const val work = "2.8.1" } - const val koin = "3.2.0" - const val moshiKotlin = "1.13.0" + const val koin = "3.4.3" + const val moshiKotlin = "1.15.0" const val retrofit = "2.9.0" - const val okHttpLoggingInterceptor = "5.0.0-alpha.2" - const val leakCanaryAndroid = "2.7" + const val okHttpLoggingInterceptor = "5.0.0-SNAPSHOT" + const val leakCanaryAndroid = "2.12" 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.7" + 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" @@ -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.0" + const val uri = "0.4.0" + const val viewBindingDelegate = "1.4.0" + const val flowExt = "0.7.1" } object deps { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2b22d05..a8e0c38 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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.2-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists