Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Aug 3, 2024
1 parent 4cdbebd commit 1e8f445
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}

configurations.configureEach {
exclude group: "io.sentry", module: "sentry-android-ndk"
}

android {
compileSdkVersion rootProject.ext.compileSdkVersion
//ndkVersion flutter.ndkVersion
Expand Down

0 comments on commit 1e8f445

Please sign in to comment.