From c6e7689f7c0354582edca55e08dd9531d666d936 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 3 Sep 2024 23:51:50 +0200 Subject: Add robolectric.properties For some reason robolectric doesn't pick up the right min and max sdk by itself so it was testing the wrong versions --- app/src/test/resources/robolectric.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/test/resources/robolectric.properties (limited to 'app/src/test') diff --git a/app/src/test/resources/robolectric.properties b/app/src/test/resources/robolectric.properties new file mode 100644 index 0000000..84c2965 --- /dev/null +++ b/app/src/test/resources/robolectric.properties @@ -0,0 +1,4 @@ +minSdk=29 +maxSdk=34 + + -- cgit v1.2.3-70-g09d2