Skip to content

Commit 53f96f8

Browse files
author
Nikolay Kochetkov
committed
Library updates
1 parent 017e6dc commit 53f96f8

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appupdatewrapper/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

8686
dokkaJavadoc.configure {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply from: 'gradle/maven-publish-config.gradle'
44
apply plugin: 'io.github.gradle-nexus.publish-plugin'
55

66
buildscript {
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()

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ android {
3030

3131
dependencies {
3232
implementation project(":appupdatewrapper")
33-
api 'androidx.appcompat:appcompat:1.6.1'
33+
api 'androidx.appcompat:appcompat:1.7.0'
3434
}

0 commit comments

Comments
 (0)