Skip to content

Commit

Permalink
Update android/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Jan 16, 2024
1 parent cb52cd6 commit fe6f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation 'io.sentry:sentry-android:7.2.0'
implementation 'io.sentry:sentry-android:6.34.0'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down

0 comments on commit fe6f2a1

Please sign in to comment.