File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ dependencies {
6565
6666 api " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
6767
68- api ' androidx.core:core-ktx:1.12 .0'
69- api ' androidx.lifecycle:lifecycle-common:2.6.2 '
70- api ' androidx.activity:activity-ktx:1.8.1 '
68+ api ' androidx.core:core-ktx:1.13 .0'
69+ api ' androidx.lifecycle:lifecycle-common:2.7.0 '
70+ 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'
7373
@@ -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.11 .1'
83- testImplementation ' androidx.lifecycle:lifecycle-runtime-testing:2.6.2 '
82+ testImplementation ' org.robolectric:robolectric:4.12 .1'
83+ testImplementation ' androidx.lifecycle:lifecycle-runtime-testing:2.7.0 '
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 = ' 1.9.20 '
7+ ext. kotlin_version = ' 1.9.23 '
88 ext. dokka_version = ' 1.9.0'
99 repositories {
1010 google()
@@ -21,7 +21,7 @@ buildscript {
2121 }
2222 }
2323 dependencies {
24- classpath ' com.android.tools.build:gradle:8.1.4 '
24+ classpath ' com.android.tools.build:gradle:8.3.2 '
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2626 classpath ' org.ajoberstar.grgit:grgit-gradle:4.1.1'
2727 classpath " org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version "
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ android {
4646dependencies {
4747 implementation project(" :appupdatewrapper" )
4848 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
49- implementation ' androidx.core:core-ktx:1.12 .0'
49+ implementation ' androidx.core:core-ktx:1.13 .0'
5050 implementation ' androidx.appcompat:appcompat:1.6.1'
51- implementation ' com.google.android.material:material:1.10 .0'
51+ implementation ' com.google.android.material:material:1.11 .0'
5252 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5353}
You can’t perform that action at this time.
0 commit comments