Loading app/storage/src/test/java/com/fsck/k9/storage/messages/MessageDatabaseHelpers.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading app/storage/src/test/java/com/fsck/k9/storage/messages/MessagePartDatabaseHelpers.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { 'targetSdk': 31, 'minSdk': 21, 'buildTools': '30.0.3', 'robolectricSdk': 30 'robolectricSdk': 31 ] versions = [ Loading Loading @@ -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', Loading Loading
app/storage/src/test/java/com/fsck/k9/storage/messages/MessageDatabaseHelpers.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
app/storage/src/test/java/com/fsck/k9/storage/messages/MessagePartDatabaseHelpers.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { 'targetSdk': 31, 'minSdk': 21, 'buildTools': '30.0.3', 'robolectricSdk': 30 'robolectricSdk': 31 ] versions = [ Loading Loading @@ -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', Loading