diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-11-09 18:44:23 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-11-09 18:44:23 +0100 |
| commit | 7b82ec0afe0049dfad85e89f3d42f64176c0c9fa (patch) | |
| tree | 3af86927cd7efd131ab24b9da7d391b486a2c285 | |
| parent | 6e6cbe2a611203ef651878dbfe97eb7ce5fda516 (diff) | |
documents: Include new targetSdk in test range
| -rw-r--r-- | app/src/test/resources/robolectric.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/test/resources/robolectric.properties b/app/src/test/resources/robolectric.properties index 84c2965..bfb6426 100644 --- a/app/src/test/resources/robolectric.properties +++ b/app/src/test/resources/robolectric.properties @@ -1,4 +1,4 @@ minSdk=29 -maxSdk=34 +maxSdk=35 |
