aboutsummaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2023-09-25 11:44:58 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-25 11:45:36 -0700
commit08589c3d8636651a1b22437ca35819a48a7d46d3 (patch)
tree93d9e0878a3eba6b515370a833486102805286fd /testapp
parent2fc638b2ef69d7f3718e641d2e39ee9373f7dfa1 (diff)
downloadrobolectric-08589c3d8636651a1b22437ca35819a48a7d46d3.tar.gz
Drop support for SDKs < 19.
The intent is to stay consistent with the android ecosystem, as androidx has/will soon increment their overall minSdkVersion to 19. PiperOrigin-RevId: 568281650
Diffstat (limited to 'testapp')
-rw-r--r--testapp/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/build.gradle b/testapp/build.gradle
index 0abf895ae..3e7e5b343 100644
--- a/testapp/build.gradle
+++ b/testapp/build.gradle
@@ -5,7 +5,7 @@ android {
namespace 'org.robolectric.testapp'
defaultConfig {
- minSdk 16
+ minSdk 19
targetSdk 33
versionCode 1
versionName "1.0"