We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5116b27 commit 12562c4Copy full SHA for 12562c4
.github/workflows/build-android.yml
@@ -73,7 +73,7 @@ jobs:
73
working-directory: lib\android_build
74
- name: Upload Reports
75
if: failure()
76
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
77
with:
78
name: reports
79
path: lib\android_build\maesdk\build\reports
lib/android_build/maesdk/build.gradle
@@ -77,7 +77,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:$room_version"
testImplementation 'junit:junit:4.13.2'
80
- testImplementation 'org.mockito:mockito-inline:3.2.4'
+ testImplementation 'org.mockito:mockito-core:5.13.0'
81
testImplementation "androidx.room:room-testing:$room_version"
82
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
83
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
0 commit comments