Skip to content

Commit 7d4f4fa

Browse files
fix(deps): update all dependencies (#36)
| datasource | package | from | to | | ---------- | ----------------------------------------------------------------------- | ------ | ------ | | maven | androidx.test.espresso:espresso-core | 3.5.0 | 3.5.1 | | maven | androidx.test.ext:junit | 1.1.4 | 1.1.5 | | maven | androidx.appcompat:appcompat | 1.5.1 | 1.6.0 | | maven | org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin | 3.12.0 | 3.13.0 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.7.22 | 1.8.0 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.22 | 1.8.0 | | maven | org.jetbrains.kotlin:kotlin-stdlib-jdk8 | 1.7.22 | 1.8.0 | | maven | com.android.library:com.android.library.gradle.plugin | 7.3.1 | 7.4.0 | | maven | com.android.application:com.android.application.gradle.plugin | 7.3.1 | 7.4.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1509bb4 commit 7d4f4fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
implementation libs.androidx.fragment
5353

5454
testImplementation 'junit:junit:4.13.2'
55-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
56-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
55+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
56+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5757

5858
// coroutines
5959
implementation libs.kotlinx.coroutines.core

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
androidGradlePlugin = "7.3.1"
3-
kotlin = "1.7.22"
4-
jmailenKotlinter = "3.12.0"
2+
androidGradlePlugin = "7.4.0"
3+
kotlin = "1.8.0"
4+
jmailenKotlinter = "3.13.0"
55
kotlinxCoroutines = "1.6.4"
6-
androidxAppCompat = "1.5.1"
6+
androidxAppCompat = "1.6.0"
77
androidxCore = "1.9.0"
88
androidMaterial = "1.7.0"
99
androidxConstraintLayout = "2.1.4"

0 commit comments

Comments
 (0)