Skip to content

Commit

Permalink
enable minification support
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Jan 6, 2025
1 parent 694290d commit 99d4708
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bugsnag-android-unity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ android {
}
}
ndkVersion = "21.4.7075529"
consumerProguardFiles 'proguard-rules.pro'
}

externalNativeBuild {
Expand Down
1 change: 1 addition & 0 deletions bugsnag-android-unity/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class com.bugsnag.android.** {*;}
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ PlayerSettings:
banner: {fileID: 0}
androidGamepadSupportLevel: 0
resolutionDialogBanner: {fileID: 0}
AndroidMinifyWithR8: 1
AndroidMinifyRelease: 1
AndroidMinifyDebug: 1
m_BuildTargetIcons: []
m_BuildTargetPlatformIcons:
- m_BuildTarget: Android
Expand Down

0 comments on commit 99d4708

Please sign in to comment.