From 7470bcf31612d9cca933ea64d3d4840602b55346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Dom=C3=ADnguez=20P=C3=A9rez?= Date: Wed, 13 Jul 2022 16:36:25 -0500 Subject: [PATCH] Update compileSdkVersion --- Simplenote/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simplenote/build.gradle b/Simplenote/build.gradle index 68899a021..728f90c96 100644 --- a/Simplenote/build.gradle +++ b/Simplenote/build.gradle @@ -5,8 +5,8 @@ apply plugin: 'kotlin-kapt' apply plugin: 'dagger.hilt.android.plugin' android { - buildToolsVersion '29.0.2' - compileSdkVersion 29 + buildToolsVersion '30.0.3' + compileSdkVersion 30 buildTypes { debug {