Upgrade mockito test dependency to be compatible with new Java version (#1298)
* Upgrade mockito test dependency to be compatible with new Java version * Update build-android.yml
This commit is contained in:
Родитель
5116b27f75
Коммит
12562c428d
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче