You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/build.gradle
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ dependencies {
36
36
importorg.apache.tools.ant.taskdefs.condition.Os
37
37
task upload_sourcemap(type: Exec) {
38
38
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
39
-
commandLine 'echo', 'Automatic upload of sourcemap files is currently not available on Windows. Please generate the sourcemap files and upload them to the dashboard manually. For more information see https://docs.instabug.com/docs/react-native-symbolication-obfuscation'
40
39
project.logger.lifecycle('Automatic Upload of sourcemap files is currently not available on windows, please generate the sourcemapfiles and upload them to the dashboard')
0 commit comments