File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 testImplementation ' androidx.test.ext:junit:1.2.1'
4343 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
4444 testImplementation ' junit:junit:4.13.2'
45- testImplementation ' org.mockito:mockito-core:5.14.0 '
45+ testImplementation ' org.mockito:mockito-core:5.14.1 '
4646 testImplementation ' org.mockito.kotlin:mockito-kotlin:5.4.0'
4747 testImplementation ' org.robolectric:robolectric:4.13'
4848 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
Original file line number Diff line number Diff line change 11# Build Properties
2- # Sat Sep 28 10:13:39 EDT 2024
3- version_build =5
2+ # Sat Oct 05 10:11:19 EDT 2024
3+ version_build =6
44version_major =3
55version_minor =1
66version_patch =3
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildscript {
2727 mavenCentral()
2828 }
2929 dependencies {
30- classpath ' com.android.tools.build:gradle:8.6.1 '
30+ classpath ' com.android.tools.build:gradle:8.7.0 '
3131 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3232 classpath " org.jetbrains.kotlin:kotlin-allopen:$kotlin_version "
3333 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
You can’t perform that action at this time.
0 commit comments