Skip to content

Commit

Permalink
Upgrade mockito test dependency to be compatible with new Java version (
Browse files Browse the repository at this point in the history
#1298)

* Upgrade mockito test dependency to be compatible with new Java version

* Update build-android.yml
  • Loading branch information
anod authored Sep 5, 2024
1 parent 5116b27 commit 12562c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
working-directory: lib\android_build
- name: Upload Reports
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: reports
path: lib\android_build\maesdk\build\reports
2 changes: 1 addition & 1 deletion lib/android_build/maesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:$room_version"

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:3.2.4'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation "androidx.room:room-testing:$room_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down

0 comments on commit 12562c4

Please sign in to comment.