Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                 | from   | to     |
| -------------- | ----------------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                                  | 7.6    | 7.6.4  |
| maven          | androidx.test.espresso:espresso-core                                    | 3.5.1  | 3.6.1  |
| maven          | androidx.test.ext:junit                                                 | 1.1.5  | 1.2.1  |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                                | 2.5.1  | 2.8.5  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                              | 2.5.1  | 2.8.5  |
| maven          | io.github.hoc081098:FlowExt                                             | 0.5.0  | 0.8.1  |
| maven          | androidx.fragment:fragment-ktx                                          | 1.5.5  | 1.8.3  |
| maven          | com.google.android.material:material                                    | 1.8.0  | 1.12.0 |
| maven          | androidx.core:core-ktx                                                  | 1.9.0  | 1.13.1 |
| maven          | androidx.appcompat:appcompat                                            | 1.6.0  | 1.7.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android                        | 1.6.4  | 1.9.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                           | 1.6.4  | 1.9.0  |
| maven          | org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin               | 3.13.0 | 3.16.0 |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.8.0  | 1.9.25 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin         | 1.8.0  | 1.9.25 |
| maven          | org.jetbrains.kotlin:kotlin-stdlib-jdk8                                 | 1.8.0  | 1.9.25 |
| maven          | com.android.library:com.android.library.gradle.plugin                   | 7.4.1  | 7.4.2  |
| maven          | com.android.application:com.android.application.gradle.plugin           | 7.4.1  | 7.4.2  |
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent 751d7ac commit 97ae56a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
implementation libs.androidx.fragment

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

// coroutines
implementation libs.kotlinx.coroutines.core
Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
androidGradlePlugin = "7.4.1"
kotlin = "1.8.0"
jmailenKotlinter = "3.13.0"
kotlinxCoroutines = "1.6.4"
androidxAppCompat = "1.6.0"
androidxCore = "1.9.0"
androidMaterial = "1.8.0"
androidGradlePlugin = "7.4.2"
kotlin = "1.9.25"
jmailenKotlinter = "3.16.0"
kotlinxCoroutines = "1.9.0"
androidxAppCompat = "1.7.0"
androidxCore = "1.13.1"
androidMaterial = "1.12.0"
androidxConstraintLayout = "2.1.4"
androidxFragment = "1.5.5"
hoc081098FlowExt = "0.5.0"
androidxLifecycle = "2.5.1"
androidxFragment = "1.8.3"
hoc081098FlowExt = "0.8.1"
androidxLifecycle = "2.8.5"

[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
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

0 comments on commit 97ae56a

Please sign in to comment.