From 8fa5a35cc4b369d1bd2030df1db6c0a5df92d722 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 7 May 2024 12:39:49 -0700 Subject: [PATCH] Fix lint in sanitizers sample. --- sanitizers/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanitizers/app/build.gradle b/sanitizers/app/build.gradle index c6b83415b..b11a79ed4 100644 --- a/sanitizers/app/build.gradle +++ b/sanitizers/app/build.gradle @@ -6,7 +6,7 @@ plugins { android { namespace 'com.example.sanitizers' ndkVersion '26.1.10909125' - compileSdk 32 + compileSdk 34 defaultConfig { applicationId "com.example.sanitizers" @@ -16,7 +16,7 @@ android { // Note that the hwasan build type will override this. See the // androidComponents stanza below. minSdk 21 - targetSdk 32 + targetSdk 34 versionCode 1 versionName "1.0"