Skip to content

Commit

Permalink
Fix lint in sanitizers sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent 2c76097 commit 8fa5a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanitizers/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
android {
namespace 'com.example.sanitizers'
ndkVersion '26.1.10909125'
compileSdk 32
compileSdk 34

defaultConfig {
applicationId "com.example.sanitizers"
Expand All @@ -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"

Expand Down

0 comments on commit 8fa5a35

Please sign in to comment.