Skip to content

Commit

Permalink
chore: fixes paths for sonar, bumps targetSdk to 34 as a proof of con…
Browse files Browse the repository at this point in the history
…cept
  • Loading branch information
christopherferreira9 committed Jul 2, 2024
1 parent e3aaaa3 commit 978d223
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions metamask-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ plugins {

android {
namespace 'io.metamask.androidsdk'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 23
targetSdk 33
targetSdk 34

ext.versionCode = 1
ext.versionName = "0.5.5"
Expand Down Expand Up @@ -63,10 +63,9 @@ dependencies {

sonar {
properties {
property "sonar.projectBaseDir", "${rootProject.projectDir}"
property "sonar.projectKey", "metamask-android-sdk"
property "sonar.organization", "metamask"
property "sonar.sources", "metamask-android-sdk/src/main/java"
property "sonar.sources", "src/main/java"
property "sonar.exclusions", "**/generated/**,app/**"
}
}
Expand Down

0 comments on commit 978d223

Please sign in to comment.