Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fea7b7c7 authored by cketti's avatar cketti
Browse files

Update Robolectric to 4.7.3

parent 91239f92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ fun SQLiteDatabase.createMessagePart(
        put("mime_type", mimeType)
        put("decoded_body_size", decodedBodySize)
        put("display_name", displayName)
        put("header", header)
        put("header", header?.toByteArray())
        put("encoding", encoding)
        put("charset", charset)
        put("data_location", dataLocation)
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ fun SQLiteDatabase.createMessagePart(
        put("mime_type", mimeType)
        put("decoded_body_size", decodedBodySize)
        put("display_name", displayName)
        put("header", header)
        put("header", header?.toByteArray())
        put("encoding", encoding)
        put("charset", charset)
        put("data_location", dataLocation)
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
                'targetSdk': 31,
                'minSdk': 21,
                'buildTools': '30.0.3',
                'robolectricSdk': 30
                'robolectricSdk': 31
        ]

        versions = [
@@ -44,7 +44,7 @@ buildscript {

                'androidxTestRunner': '1.4.0',
                'junit': '4.13.2',
                'robolectric': '4.6.1',
                'robolectric': '4.7.3',
                'mockito': '4.0.0',
                'mockitoKotlin': '4.0.0',
                'truth': '1.1.3',