File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ dependencies {
4949 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
5050 testImplementation ' junit:junit:4.13.2'
5151 testImplementation ' org.mockito:mockito-core:5.21.0'
52- testImplementation ' org.mockito.kotlin:mockito-kotlin:6.2.2 '
52+ testImplementation ' org.mockito.kotlin:mockito-kotlin:6.2.3 '
5353 testImplementation ' org.robolectric:robolectric:4.16.1'
5454 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
5555 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
5656 testImplementation ' org.slf4j:slf4j-simple:2.0.17'
57- testImplementation ' org.assertj:assertj-core:3.27.6 '
57+ testImplementation ' org.assertj:assertj-core:3.27.7 '
5858 testImplementation ' org.hamcrest:hamcrest:3.0'
5959 // Android Test Dependencies
6060 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
6161 androidTestImplementation ' androidx.test.espresso:espresso-contrib:3.7.0'
6262 androidTestImplementation ' androidx.test.ext:junit-ktx:1.3.0'
6363 androidTestImplementation ' androidx.test:rules:1.7.0'
64- androidTestImplementation ' org.assertj:assertj-core:3.27.6 '
64+ androidTestImplementation ' org.assertj:assertj-core:3.27.7 '
6565 androidTestImplementation ' org.hamcrest:hamcrest:3.0'
6666}
6767
Original file line number Diff line number Diff line change 11# Build Properties
2- # Sat Jan 24 11:44:11 EST 2026
3- version_build =3
2+ # Fri Jan 30 18:03:18 EST 2026
3+ version_build =4
44version_major =3
55version_minor =2
66version_patch =2
Original file line number Diff line number Diff line change 2020
2121buildscript {
2222 ext {
23- kotlin_version = ' 2.2.21 '
23+ kotlin_version = ' 2.3.0 '
2424 }
2525 repositories {
2626 google()
You can’t perform that action at this time.
0 commit comments