Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/camera/camera_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
}
4 changes: 2 additions & 2 deletions packages/camera/camera_android_camerax/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ dependencies {
implementation "androidx.camera:camera-video:${camerax_version}"
implementation 'com.google.guava:guava:33.4.0-android'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:5.17.0"
testImplementation "org.mockito:mockito-core:5.18.0"
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation "org.robolectric:robolectric:4.14.1"
testImplementation "org.robolectric:robolectric:4.15.1"
}

lintOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ android {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ android {
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation "org.robolectric:robolectric:4.14.1"
testImplementation "org.robolectric:robolectric:4.15.1"
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ android {
implementation 'androidx.activity:activity:1.10.1'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation "org.robolectric:robolectric:4.14.1"
testImplementation "org.robolectric:robolectric:4.15.1"
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ dependencies {
implementation 'com.android.billingclient:billing:7.1.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.json:json:20250107'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
api "androidx.fragment:fragment:1.8.8"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ android {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:5.17.0"
testImplementation "org.mockito:mockito-core:5.18.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ android {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.16"
testImplementation "io.mockk:mockk:1.14.5"
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.9.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ android {
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core-ktx:1.6.1'
testImplementation 'androidx.test.ext:junit-ktx:1.2.1'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'io.mockk:mockk:1.14.2'
testImplementation 'io.mockk:mockk:1.14.5'
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.9.1'
implementation 'androidx.browser:browser:1.8.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.robolectric:robolectric:4.14.1'
testImplementation 'org.robolectric:robolectric:4.15.1'
testImplementation "androidx.media3:media3-test-utils:${exoplayer_version}"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
implementation 'androidx.annotation:annotation:1.9.1'
implementation 'androidx.webkit:webkit:1.14.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.17.0'
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'androidx.test:core:1.6.1'
}
Expand Down