Skip to content

Commit 94f74f6

Browse files
runningcodeclaude
andauthored
docs: Point README to local Android build.gradle.kts (#826)
The README linked to the [sentry-android-gradle-plugin example `build.gradle.kts`](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/examples/android-gradle-kts/build.gradle.kts). This points it at this repo's own [`android/app/build.gradle.kts`](android/app/build.gradle.kts) instead, matching the local-file style of the iOS `Fastfile` line just below it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 34abb51 commit 94f74f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The iOS app is available on the [App Store](https://apps.apple.com/us/app/hacker
2222

2323
### Example setup
2424

25-
**Android:** The Android project in this repo uses the [Sentry Gradle Plugin](https://docs.sentry.io/platforms/android/configuration/gradle/) to upload to Sentry. Check out the [build.gradle.kts](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/examples/android-gradle-kts/build.gradle.kts) for an example configuration.
25+
**Android:** The Android project in this repo uses the [Sentry Gradle Plugin](https://docs.sentry.io/platforms/android/configuration/gradle/) to upload to Sentry. Check out the [build.gradle.kts](android/app/build.gradle.kts) for an example configuration.
2626

2727
**iOS**: The iOS project in this repo uses _[fastlane](https://github.com/getsentry/sentry-fastlane-plugin)_ to upload to Sentry. Check out the [Fastfile](ios/fastlane/Fastfile) for an example configuration.
2828

0 commit comments

Comments
 (0)