Skip to content

Commit 120cbd9

Browse files
authored
fix: bump robolectric (#2618)
1 parent b9bfd88 commit 120cbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_local_notifications/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ dependencies {
5050
testImplementation 'junit:junit:4.12'
5151
testImplementation 'org.mockito:mockito-core:3.10.0'
5252
testImplementation 'androidx.test:core:1.2.0'
53-
testImplementation "org.robolectric:robolectric:4.7.3"
53+
testImplementation "org.robolectric:robolectric:4.14.1"
5454
}

0 commit comments

Comments
 (0)