Skip to content

Commit

Permalink
Library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kochetkov committed May 30, 2024
1 parent 9666365 commit 017e6dc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions appupdatewrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dependencies {

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

api 'androidx.core:core-ktx:1.13.0'
api 'androidx.lifecycle:lifecycle-common:2.7.0'
api 'androidx.core:core-ktx:1.13.1'
api 'androidx.lifecycle:lifecycle-common:2.8.1'
api 'androidx.activity:activity-ktx:1.9.0'
api 'com.google.android.play:app-update:2.1.0'
api 'com.google.android.play:app-update-ktx:2.1.0'
Expand All @@ -79,8 +79,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
testImplementation 'org.robolectric:robolectric:4.12.1'
testImplementation 'androidx.lifecycle:lifecycle-runtime-testing:2.7.0'
testImplementation 'org.robolectric:robolectric:4.12.2'
testImplementation 'androidx.lifecycle:lifecycle-runtime-testing:2.8.1'
}

dokkaJavadoc.configure {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply from: 'gradle/maven-publish-config.gradle'
apply plugin: 'io.github.gradle-nexus.publish-plugin'

buildscript {
ext.kotlin_version = '1.9.23'
ext.dokka_version = '1.9.0'
ext.kotlin_version = '2.0.0'
ext.dokka_version = '1.9.20'
repositories {
google()
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
dependencies {
implementation project(":appupdatewrapper")
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}

0 comments on commit 017e6dc

Please sign in to comment.