Skip to content

Commit e3e185c

Browse files
committed
[dnm]: more install groups
1 parent ea6ca0c commit e3e185c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ sentry {
111111
distribution {
112112
enabled = providers.environmentVariable("GITHUB_ACTIONS").isPresent
113113
updateSdkVariants.add("beta")
114-
installGroups.set(setOf("test-grp1", "test-grp2"))
114+
installGroups.set(setOf("test-grp1", "test-grp2", "test-grp3", "test-grp4", "test-this-is-a-very-long-group-name-much-longer-than-one-would-reasonably-expect-to-exist"))
115115
}
116116

117117
snapshots {

0 commit comments

Comments
 (0)