File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,21 +66,21 @@ dependencies {
6666 api " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
6767
6868 api ' androidx.core:core-ktx:1.13.1'
69- api ' androidx.lifecycle:lifecycle-common:2.8.1 '
70- api ' androidx.activity:activity-ktx:1.9.0 '
69+ api ' androidx.lifecycle:lifecycle-common:2.8.4 '
70+ api ' androidx.activity:activity-ktx:1.9.1 '
7171 api ' com.google.android.play:app-update:2.1.0'
7272 api ' com.google.android.play:app-update-ktx:2.1.0'
7373
7474 implementation ' com.jakewharton.timber:timber:5.0.1'
7575
7676 testImplementation project(" :testapp" )
77- testImplementation ' androidx.test:core:1.5.0 '
78- testImplementation ' androidx.test.ext:junit:1.1.5 '
77+ testImplementation ' androidx.test:core:1.6.1 '
78+ testImplementation ' androidx.test.ext:junit:1.2.1 '
7979 testImplementation ' junit:junit:4.13.2'
8080 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
8181 testImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
82- testImplementation ' org.robolectric:robolectric:4.12.2 '
83- testImplementation ' androidx.lifecycle:lifecycle-runtime-testing:2.8.1 '
82+ testImplementation ' org.robolectric:robolectric:4.13 '
83+ testImplementation ' androidx.lifecycle:lifecycle-runtime-testing:2.8.4 '
8484}
8585
8686dokkaJavadoc. configure {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply from: 'gradle/maven-publish-config.gradle'
44apply plugin : ' io.github.gradle-nexus.publish-plugin'
55
66buildscript {
7- ext. kotlin_version = ' 2.0.0 '
7+ ext. kotlin_version = ' 2.0.10 '
88 ext. dokka_version = ' 1.9.20'
99 repositories {
1010 google()
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation project(" :appupdatewrapper" )
4848 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4949 implementation ' androidx.core:core-ktx:1.13.1'
50- implementation ' androidx.appcompat:appcompat:1.6.1 '
50+ implementation ' androidx.appcompat:appcompat:1.7.0 '
5151 implementation ' com.google.android.material:material:1.12.0'
5252 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5353}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ android {
3030
3131dependencies {
3232 implementation project(" :appupdatewrapper" )
33- api ' androidx.appcompat:appcompat:1.6.1 '
33+ api ' androidx.appcompat:appcompat:1.7.0 '
3434}
You can’t perform that action at this time.
0 commit comments