File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ import java.util.UUID
2
+
1
3
plugins {
2
4
alias(libs.plugins.android.application)
3
5
alias(libs.plugins.kotlin.android)
@@ -21,6 +23,7 @@ android {
21
23
}
22
24
23
25
extensions.getByType(BasePluginExtension ::class .java).archivesName.set(" InstallWithOptions_${versionName} " )
26
+ manifestPlaceholders[" build_uuid" ] = UUID .nameUUIDFromBytes(" InstallWithOptions_${versionCode} " .toByteArray()).toString()
24
27
}
25
28
26
29
buildTypes {
Original file line number Diff line number Diff line change 49
49
<meta-data
50
50
android : name =" com.bugsnag.android.API_KEY"
51
51
android : value =" 32c84908d8e5003c417afd8acafdda75" />
52
+
53
+ <meta-data
54
+ android : name =" com.bugsnag.android.BUILD_UUID"
55
+ android : value =" ${build_uuid}" />
52
56
</application >
53
57
54
58
</manifest >
You can’t perform that action at this time.
0 commit comments