File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ dependencies {
4747 testImplementation ' androidx.test.ext:junit:1.2.1'
4848 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
4949 testImplementation ' junit:junit:4.13.2'
50- testImplementation ' org.mockito:mockito-core:5.15.2 '
50+ testImplementation ' org.mockito:mockito-core:5.16.0 '
5151 testImplementation ' org.mockito.kotlin:mockito-kotlin:5.4.0'
5252 testImplementation ' org.robolectric:robolectric:4.14.1'
5353 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
5454 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
55- testImplementation ' org.slf4j:slf4j-simple:2.0.16 '
55+ testImplementation ' org.slf4j:slf4j-simple:2.0.17 '
5656 testImplementation ' org.assertj:assertj-core:3.27.3'
5757 // Android Test Dependencies
5858 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
Original file line number Diff line number Diff line change 11# Build Properties
2- # Sun Feb 23 14:07:47 EST 2025
3- version_build =4
2+ # Sat Mar 08 09:09:08 EST 2025
3+ version_build =5
44version_major =3
55version_minor =1
66version_patch =4
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.8.1 '
30+ classpath ' com.android.tools.build:gradle:8.9.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.10.2 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
You can’t perform that action at this time.
0 commit comments