Skip to content

Commit

Permalink
Merge pull request #2125 from bugsnag/lemnik/fix-release-script
Browse files Browse the repository at this point in the history
Add license-check and release to the bugsnag-android module
  • Loading branch information
lemnik authored Jan 17, 2025
2 parents d4fc072 + 28ec730 commit 0ac2816
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bugsnag-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ dependencies {
add("api", project(":bugsnag-plugin-android-anr"))
add("api", project(":bugsnag-plugin-android-ndk"))
}

apply(from = rootProject.file("gradle/license-check.gradle"))
apply(from = rootProject.file("gradle/release.gradle"))

0 comments on commit 0ac2816

Please sign in to comment.