aboutsummaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
authorutzcoz <utzcoz@outlook.com>2021-03-31 23:58:03 +0800
committerutzcoz <utzcoz@outlook.com>2021-04-01 01:11:58 +0800
commit117041852bc41e0e25fb1c9d72dcdbb9df2c07d4 (patch)
treefaa52a52bfc081eb4a10806e904f29cc9a406a19 /testapp
parentd6ddb685323ff9a7d6cdbcb63c6033f8238fa125 (diff)
downloadrobolectric-117041852bc41e0e25fb1c9d72dcdbb9df2c07d4.tar.gz
Bump testapp's compile and target sdk to 30
Signed-off-by: utzcoz <utzcoz@outlook.com>
Diffstat (limited to 'testapp')
-rw-r--r--testapp/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/build.gradle b/testapp/build.gradle
index 16ee7b400..5130a3025 100644
--- a/testapp/build.gradle
+++ b/testapp/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 29
+ compileSdkVersion 30
defaultConfig {
minSdkVersion 16
- targetSdkVersion 29
+ targetSdkVersion 30
versionCode 1
versionName "1.0"