Skip to content

Commit 5942ffe

Browse files
authored
Change crashlytics keep file suffix to an underscore instead of a hyphen (#18)
1 parent 1f14a46 commit 5942ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/crashlytics/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ package_name={package_name}"""
3838
"""<?xml version=\\"1.0\\" encoding=\\"utf-8\\"?>
3939
<resources xmlns:tools=\\"http://schemas.android.com/tools\\"
4040
tools:keep=\\"@string/com_google_firebase_crashlytics_mapping_file_id\\" />"""
41-
crashlytics_res_keep_file = "_%s_crashlytics/res/raw/%s-crashlytics.keep.xml" % (name, package_name)
41+
crashlytics_res_keep_file = "_%s_crashlytics/res/raw/%s_crashlytics.keep.xml" % (name, package_name)
4242

4343
native.genrule(
4444
name = "%s_crashlytics_setup_res_keep" % name,

0 commit comments

Comments
 (0)