Skip to content

Commit 017e6dc

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

5 files changed

Lines changed: 19 additions & 9 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.

.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appupdatewrapper/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies {
6565

6666
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
6767

68-
api 'androidx.core:core-ktx:1.13.0'
69-
api 'androidx.lifecycle:lifecycle-common:2.7.0'
68+
api 'androidx.core:core-ktx:1.13.1'
69+
api 'androidx.lifecycle:lifecycle-common:2.8.1'
7070
api 'androidx.activity:activity-ktx:1.9.0'
7171
api 'com.google.android.play:app-update:2.1.0'
7272
api 'com.google.android.play:app-update-ktx:2.1.0'
@@ -79,8 +79,8 @@ dependencies {
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.1'
83-
testImplementation 'androidx.lifecycle:lifecycle-runtime-testing:2.7.0'
82+
testImplementation 'org.robolectric:robolectric:4.12.2'
83+
testImplementation 'androidx.lifecycle:lifecycle-runtime-testing:2.8.1'
8484
}
8585

8686
dokkaJavadoc.configure {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply from: 'gradle/maven-publish-config.gradle'
44
apply plugin: 'io.github.gradle-nexus.publish-plugin'
55

66
buildscript {
7-
ext.kotlin_version = '1.9.23'
8-
ext.dokka_version = '1.9.0'
7+
ext.kotlin_version = '2.0.0'
8+
ext.dokka_version = '1.9.20'
99
repositories {
1010
google()
1111
mavenCentral()

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ android {
4646
dependencies {
4747
implementation project(":appupdatewrapper")
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
49-
implementation 'androidx.core:core-ktx:1.13.0'
49+
implementation 'androidx.core:core-ktx:1.13.1'
5050
implementation 'androidx.appcompat:appcompat:1.6.1'
51-
implementation 'com.google.android.material:material:1.11.0'
51+
implementation 'com.google.android.material:material:1.12.0'
5252
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5353
}

0 commit comments

Comments
 (0)